Global Notifications Settings Fixes
Fix it so that scrollpage works and update switch to check delegate
This commit is contained in:
committed by
Carl Schwan
parent
2cd01164a6
commit
757733e531
@@ -14,12 +14,11 @@ Kirigami.ScrollablePage {
|
|||||||
title: i18nc("@title:window", "Notifications")
|
title: i18nc("@title:window", "Notifications")
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: notificationLayout
|
id: notificationLayout
|
||||||
anchors.fill: parent
|
|
||||||
|
|
||||||
MobileForm.FormCard {
|
MobileForm.FormCard {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
||||||
contentItem: MobileForm.FormSwitchDelegate {
|
contentItem: MobileForm.FormCheckDelegate {
|
||||||
text: i18n("Enable notifications for this account")
|
text: i18n("Enable notifications for this account")
|
||||||
checked: Config.showNotifications
|
checked: Config.showNotifications
|
||||||
enabled: !Config.isShowNotificationsImmutable
|
enabled: !Config.isShowNotificationsImmutable
|
||||||
|
|||||||
Reference in New Issue
Block a user