mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2024-11-16 01:50:51 +00:00
000b18b6ec
size of mousewheel scroll step now settable add _base_vals.mwscroll_step to data. added [mwscroll_step] to app.toml
19 lines
364 B
TOML
19 lines
364 B
TOML
# load with themes enabled? set the default mode
|
|
[theme]
|
|
enabled=true
|
|
mode="light"
|
|
# load in extended mode? if so which orientation
|
|
[extends]
|
|
extended=true
|
|
extends_horizontal=true
|
|
# default dimensions for channel label frames
|
|
[channel]
|
|
width=80
|
|
height=130
|
|
# size of a single mouse wheen scroll step
|
|
[mwscroll_step]
|
|
size=3
|
|
# default submix bus
|
|
[submixes]
|
|
default=6
|