fix bus mode/mono button widths.

upd busmono textvariable values
This commit is contained in:
2026-03-09 22:40:34 +00:00
parent d903faecd9
commit 7aa8091de6
2 changed files with 7 additions and 3 deletions

View File

@@ -31,4 +31,4 @@ def get_busmode_shortnames(kind) -> list:
def get_busmono_modes() -> list:
return ['mono: off', 'mono: on', 'stereo repeat']
return ['Mono: off', 'Mono: on', 'Stereo Reverse']