defauls state is None, state and sizes are not updated when Save or Reload is pressed

This commit is contained in:
EtSL33py
2024-09-20 03:30:11 +03:00
parent 844f286f24
commit 7a5d19eeec
2 changed files with 36 additions and 31 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", "None", str),
Rule("text-input-always-hide-search-button", False, bool),
Rule("text-input-always-hide-clear-button", False, bool),