defauls state is None, state and sizes are not updated when Save or Reload is pressed
This commit is contained in:
@@ -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),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user