Setting added to force compact sidebar control.

- Note: It currently requires a window resize or page refresh for the change in setting to take effect.
This commit is contained in:
Christian Bastian
2024-07-21 22:51:18 -04:00
parent b7046ff631
commit a9371a7030
2 changed files with 37 additions and 29 deletions

View File

@@ -176,6 +176,7 @@ def ui_rules():
return [
Rule("sidebar-default-height", 0.5, float, 0.0, 1.0),
Rule("sidebar-default-width", 0.5, float, 0.0, 1.0),
Rule("sidebar-control-always-compact", False, bool),
Rule("model-search-always-append", "", str),
Rule("model-persistent-search", True, bool),
Rule("model-show-label-extensions", False, bool),