From 757733e531a789c29c41b505561ffb48773dcd7f Mon Sep 17 00:00:00 2001 From: James Graham Date: Thu, 17 Nov 2022 11:23:50 +0000 Subject: [PATCH] Global Notifications Settings Fixes Fix it so that scrollpage works and update switch to check delegate --- src/qml/Settings/GlobalNotificationsPage.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/qml/Settings/GlobalNotificationsPage.qml b/src/qml/Settings/GlobalNotificationsPage.qml index 4f67fe1bd..7e62363df 100644 --- a/src/qml/Settings/GlobalNotificationsPage.qml +++ b/src/qml/Settings/GlobalNotificationsPage.qml @@ -14,12 +14,11 @@ Kirigami.ScrollablePage { title: i18nc("@title:window", "Notifications") ColumnLayout { id: notificationLayout - anchors.fill: parent MobileForm.FormCard { Layout.fillWidth: true - contentItem: MobileForm.FormSwitchDelegate { + contentItem: MobileForm.FormCheckDelegate { text: i18n("Enable notifications for this account") checked: Config.showNotifications enabled: !Config.isShowNotificationsImmutable