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