Add bell icons back to global notification menu

This commit is contained in:
miruka 2021-02-28 11:41:15 -04:00
parent 0f2023b924
commit 80c7b07d10

View File

@ -93,6 +93,7 @@ Rectangle {
y: parent.height
HMenuItem {
icon.name: "notifications-all"
text: qsTr("Enable notifications")
checkable: true
checked:
@ -104,6 +105,8 @@ Rectangle {
}
HMenuItem {
icon.name: "notifications-mentions-keywords"
icon.color: theme.colors.middleBackground
text: qsTr("Highlights only (replies, keywords...)")
checkable: true
checked:
@ -115,6 +118,8 @@ Rectangle {
}
HMenuItem {
icon.name: "notifications-none"
icon.color: theme.colors.negativeBackground
text: qsTr("Mute all notifications")
checkable: true
checked: