Only allow opening QuickSwitcher if there is an active connection

This commit is contained in:
Tobias Fella
2025-08-13 21:46:43 +02:00
parent becad8c127
commit 21b1258b8d

View File

@@ -18,7 +18,7 @@ Kirigami.SearchDialog {
Shortcut {
sequence: "Ctrl+K"
onActivated: root.open()
onActivated: if (root.connection) root.open()
}
onAccepted: if (currentItem) {