mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2024-11-15 17:40:52 +00:00
b223044ddf
add channel to defaults. if no app.toml loaded then set to defaults. change default extend orientation to horizontal
16 lines
298 B
TOML
16 lines
298 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
|
|
# default submix bus
|
|
[submixes]
|
|
default=6
|