Persistent search setting + directory dropdown cut off bug

This commit is contained in:
Christian Bastian
2024-01-24 02:00:24 -05:00
parent f1597ce0b0
commit 76f243d1b6
3 changed files with 60 additions and 33 deletions

View File

@@ -109,6 +109,7 @@ def ui_rules():
Rule("sidebar-default-height", 0.5, float, 0.0, 1.0),
Rule("sidebar-default-width", 0.5, float, 0.0, 1.0),
Rule("model-search-always-append", "", str),
Rule("model-persistent-search", True, bool),
Rule("model-show-label-extensions", False, bool),
Rule("model-show-add-button", True, bool),
Rule("model-show-copy-button", True, bool),