Fix qml warnings in QuickSwitcher

This commit is contained in:
Tobias Fella
2025-08-13 21:45:15 +02:00
parent 4044048352
commit becad8c127
2 changed files with 6 additions and 3 deletions

View File

@@ -92,6 +92,7 @@ Kirigami.ApplicationWindow {
QuickSwitcher {
id: quickSwitcher
connection: root.connection
window: root
}
Connections {