Fix opening settings

BUG: 473789
This commit is contained in:
Tobias Fella
2023-08-27 16:24:43 +02:00
committed by Tobias Fella
parent 63ed69a5d4
commit d11d6c74b3
2 changed files with 4 additions and 2 deletions

View File

@@ -388,7 +388,7 @@ Kirigami.ApplicationWindow {
Shortcut {
sequence: "Ctrl+Shift+,"
onActivated: {
pageStack.pushDialogLayer("qrc:/SettingsPage.qml")
pageStack.pushDialogLayer("qrc:/SettingsPage.qml", {connection: Controller.activeConnection}, { title: i18n("Configure") })
}
}
}