Added default model type on initial load in settings.

This commit is contained in:
Christian Bastian
2024-07-25 04:13:02 -04:00
parent d1c5bae3f8
commit 6e43b2fb4c
2 changed files with 14 additions and 4 deletions

View File

@@ -178,6 +178,7 @@ def ui_rules():
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-default-browser-model-type", "checkpoints", str),
Rule("model-real-time-search", True, bool),
Rule("model-persistent-search", True, bool),
Rule("model-show-label-extensions", False, bool),