Rename notification bell icons for consistency
This commit is contained in:
parent
80c7b07d10
commit
e5e78dcefa
|
@ -68,12 +68,12 @@ Rectangle {
|
|||
|
||||
icon.name:
|
||||
mainUI.notificationLevel === UI.NotificationLevel.Enable ?
|
||||
"notifications-all" :
|
||||
"notifications-enable" :
|
||||
|
||||
mainUI.notificationLevel === UI.NotificationLevel.Mute ?
|
||||
"notifications-none" :
|
||||
"notifications-mute" :
|
||||
|
||||
"notifications-mentions-keywords"
|
||||
"notifications-highlights-only"
|
||||
|
||||
icon.color:
|
||||
mainUI.notificationLevel === UI.NotificationLevel.Enable ?
|
||||
|
@ -93,7 +93,7 @@ Rectangle {
|
|||
y: parent.height
|
||||
|
||||
HMenuItem {
|
||||
icon.name: "notifications-all"
|
||||
icon.name: "notifications-enable"
|
||||
text: qsTr("Enable notifications")
|
||||
checkable: true
|
||||
checked:
|
||||
|
@ -105,7 +105,7 @@ Rectangle {
|
|||
}
|
||||
|
||||
HMenuItem {
|
||||
icon.name: "notifications-mentions-keywords"
|
||||
icon.name: "notifications-highlights-only"
|
||||
icon.color: theme.colors.middleBackground
|
||||
text: qsTr("Highlights only (replies, keywords...)")
|
||||
checkable: true
|
||||
|
@ -118,7 +118,7 @@ Rectangle {
|
|||
}
|
||||
|
||||
HMenuItem {
|
||||
icon.name: "notifications-none"
|
||||
icon.name: "notifications-mute"
|
||||
icon.color: theme.colors.negativeBackground
|
||||
text: qsTr("Mute all notifications")
|
||||
checkable: true
|
||||
|
|
Before Width: | Height: | Size: 648 B After Width: | Height: | Size: 648 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 803 B After Width: | Height: | Size: 803 B |
Loading…
Reference in New Issue
Block a user