Added 'Show buttons on hover only' setting for preview buttons

This commit is contained in:
EtSL33py
2024-09-23 20:19:38 +03:00
parent b0913a73e4
commit 6fa3b357c3
3 changed files with 21 additions and 3 deletions

View File

@@ -190,6 +190,7 @@ def ui_rules():
Rule("model-show-copy-button", True, bool),
Rule("model-show-load-workflow-button", True, bool),
Rule("model-info-button-on-left", False, bool),
Rule("model-buttons-only-on-hover", False, bool),
Rule("model-add-embedding-extension", False, bool),
Rule("model-add-drag-strict-on-field", False, bool),