buttons are updated when default position is changed

This commit is contained in:
EtSL33py
2024-09-19 15:04:50 +03:00
parent ab5532c8e6
commit 844f286f24
2 changed files with 19 additions and 14 deletions

View File

@@ -200,7 +200,7 @@ def ui_rules():
Rule("sidebar-control-always-compact", False, bool),
Rule("sidebar-default-width", 0.5, float, 0.0, 1.0),
Rule("sidebar-default-height", 0.5, float, 0.0, 1.0),
Rule("sidebar-default-state", "left", str),
Rule("sidebar-default-state", "Left", str),
Rule("text-input-always-hide-search-button", False, bool),
Rule("text-input-always-hide-clear-button", False, bool),