Fix opening account editor
This commit is contained in:
@@ -28,7 +28,7 @@ FormCard.FormCardPage {
|
|||||||
id: accountDelegate
|
id: accountDelegate
|
||||||
required property NeoChatConnection connection
|
required property NeoChatConnection connection
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
onClicked: applicationWindow().pageStack.layers.push('AccountEditorPage', {
|
onClicked: applicationWindow().pageStack.layers.push(Qt.createComponent('org.kde.neochat.settings', 'AccountEditorPage'), {
|
||||||
connection: accountDelegate.connection
|
connection: accountDelegate.connection
|
||||||
}, {
|
}, {
|
||||||
title: i18n("Account editor")
|
title: i18n("Account editor")
|
||||||
|
|||||||
Reference in New Issue
Block a user