mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-04-13 11:03:31 +00:00
channel_xpadding and navigation_show added to data.
app.toml example now includes channel padding and nav show [channel] xpadding and [navigation] show added to app.toml delay parameter updates if gui needed launching
This commit is contained in:
@@ -3,19 +3,23 @@
|
||||
# config="example"
|
||||
# load with themes enabled? set the default mode
|
||||
[theme]
|
||||
enabled=true
|
||||
mode="light"
|
||||
enabled = true
|
||||
mode = "light"
|
||||
# load in extended mode? if so which orientation
|
||||
[extends]
|
||||
extended=true
|
||||
extends_horizontal=true
|
||||
extended = true
|
||||
extends_horizontal = true
|
||||
# default dimensions for channel label frames
|
||||
[channel]
|
||||
width=80
|
||||
height=130
|
||||
width = 80
|
||||
height = 130
|
||||
xpadding = 2
|
||||
# size of a single mouse wheel scroll step
|
||||
[mwscroll_step]
|
||||
size=3
|
||||
size = 3
|
||||
# default submix bus
|
||||
[submixes]
|
||||
default=0
|
||||
default = 0
|
||||
# show the navigation frame?
|
||||
[navigation]
|
||||
show = true
|
||||
|
||||
Reference in New Issue
Block a user