Fix unqualified access

This commit is contained in:
Tobias Fella
2026-02-06 14:17:55 +01:00
parent 9887665560
commit 39aaced0f9
3 changed files with 5 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ FormCard.FormCardPage {
interval: 10
running: false
onTriggered: root.QQC2.ApplicationWindow.window.pageStack.layers.push(Qt.createComponent('org.kde.neochat.settings', 'AccountEditorPage'), {
connection: initialAccount
connection: root.initialAccount
}, {
title: i18n("Account editor")
})