Fix various qml warnings

This commit is contained in:
Tobias Fella
2026-01-19 11:44:27 +01:00
committed by Tobias Fella
parent 3f1ba8d067
commit 2bc8c6a379
12 changed files with 16 additions and 18 deletions

View File

@@ -61,10 +61,10 @@ Kirigami.Dialog {
}
onClicked: {
root.close();
((root.QQC2.ApplicationWindow.window as Kirigami.ApplicationWindow).pageStack as Kirigami.PageRow).pushDialogLayer(Qt.createComponent('org.kde.neochat.login', 'WelcomePage'), {}, {
title: i18nc("@title:window", "Login")
});
root.close();
}
Keys.onUpPressed: {
accountView.currentIndex = accountView.count - 1;