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:
2023-06-29 17:15:03 +01:00
parent 2ec1c74b7d
commit 1e3751b19f
4 changed files with 33 additions and 14 deletions

View File

@@ -48,6 +48,7 @@ _defaults = {
"channel": {
"width": 80,
"height": 130,
"xpadding": 3,
},
"mwscroll_step": {
"size": 3,
@@ -55,6 +56,7 @@ _defaults = {
"submixes": {
"default": 0,
},
"navigation": {"show": True},
}
if "app" in configuration: