Improve the design of the room notifications settings

Now it has icons that match what we have in the room menu, and the
duplicate header text is removed.
This commit is contained in:
Joshua Goins
2025-07-16 17:59:16 -04:00
parent 069e0d8f16
commit f009420c20
2 changed files with 9 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ KirigamiComponents.ConvergentContextMenu {
}
Kirigami.Action {
text: i18nc("As in 'notify for all messages'", "All")
text: i18nc("As in 'notify for all messages'", "All Messages")
icon.name: "notifications"
checkable: true
autoExclusive: true
@@ -95,7 +95,7 @@ KirigamiComponents.ConvergentContextMenu {
}
Kirigami.Action {
text: i18nc("As in 'do not notify for any messages'", "Off")
text: i18nc("As in 'do not notify for any messages'", "None")
icon.name: "notifications-disabled"
checkable: true
autoExclusive: true