Fix opening settings

BUG: 473789
(cherry picked from commit d11d6c74b3)
This commit is contained in:
Tobias Fella
2023-08-27 16:24:43 +02:00
parent 04682b077a
commit 56d7d1f313
2 changed files with 4 additions and 2 deletions

View File

@@ -24,7 +24,9 @@ Labs.MenuBar {
text: i18nc("menu", "Configure NeoChat...")
shortcut: StandardKey.Preferences
onTriggered: pageStack.pushDialogLayer("qrc:/SettingsPage.qml", {}, {
onTriggered: pageStack.pushDialogLayer("qrc:/SettingsPage.qml", {
connection: Controller.activeConnection
}, {
title: i18n("Configure")
})
}