From e63e04aa57e22c551f0daf603278147fc33aa321 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Thu, 7 Aug 2025 00:21:10 +0200 Subject: [PATCH] Fix QML warning --- src/app/qml/AccountSwitchDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/qml/AccountSwitchDialog.qml b/src/app/qml/AccountSwitchDialog.qml index 13a65da35..f4f2a9b1c 100644 --- a/src/app/qml/AccountSwitchDialog.qml +++ b/src/app/qml/AccountSwitchDialog.qml @@ -53,7 +53,7 @@ Kirigami.Dialog { } text: i18nc("@button: login to or register a new account.", "Add Account") contentItem: Delegates.SubtitleContentItem { - itemDelegate: parent + itemDelegate: addDelegate subtitle: i18n("Log in or create a new account") labelItem.textFormat: Text.PlainText subtitleItem.textFormat: Text.PlainText