Rename notification bell icons for consistency
This commit is contained in:
		@@ -68,12 +68,12 @@ Rectangle {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            icon.name:
 | 
					            icon.name:
 | 
				
			||||||
                mainUI.notificationLevel === UI.NotificationLevel.Enable ?
 | 
					                mainUI.notificationLevel === UI.NotificationLevel.Enable ?
 | 
				
			||||||
                "notifications-all" :
 | 
					                "notifications-enable" :
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                mainUI.notificationLevel === UI.NotificationLevel.Mute ?
 | 
					                mainUI.notificationLevel === UI.NotificationLevel.Mute ?
 | 
				
			||||||
                "notifications-none" :
 | 
					                "notifications-mute" :
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                "notifications-mentions-keywords"
 | 
					                "notifications-highlights-only"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            icon.color:
 | 
					            icon.color:
 | 
				
			||||||
                mainUI.notificationLevel === UI.NotificationLevel.Enable ?
 | 
					                mainUI.notificationLevel === UI.NotificationLevel.Enable ?
 | 
				
			||||||
@@ -93,7 +93,7 @@ Rectangle {
 | 
				
			|||||||
                y: parent.height
 | 
					                y: parent.height
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                HMenuItem {
 | 
					                HMenuItem {
 | 
				
			||||||
                    icon.name: "notifications-all"
 | 
					                    icon.name: "notifications-enable"
 | 
				
			||||||
                    text: qsTr("Enable notifications")
 | 
					                    text: qsTr("Enable notifications")
 | 
				
			||||||
                    checkable: true
 | 
					                    checkable: true
 | 
				
			||||||
                    checked:
 | 
					                    checked:
 | 
				
			||||||
@@ -105,7 +105,7 @@ Rectangle {
 | 
				
			|||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                HMenuItem {
 | 
					                HMenuItem {
 | 
				
			||||||
                    icon.name: "notifications-mentions-keywords"
 | 
					                    icon.name: "notifications-highlights-only"
 | 
				
			||||||
                    icon.color: theme.colors.middleBackground
 | 
					                    icon.color: theme.colors.middleBackground
 | 
				
			||||||
                    text: qsTr("Highlights only (replies, keywords...)")
 | 
					                    text: qsTr("Highlights only (replies, keywords...)")
 | 
				
			||||||
                    checkable: true
 | 
					                    checkable: true
 | 
				
			||||||
@@ -118,7 +118,7 @@ Rectangle {
 | 
				
			|||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                HMenuItem {
 | 
					                HMenuItem {
 | 
				
			||||||
                    icon.name: "notifications-none"
 | 
					                    icon.name: "notifications-mute"
 | 
				
			||||||
                    icon.color: theme.colors.negativeBackground
 | 
					                    icon.color: theme.colors.negativeBackground
 | 
				
			||||||
                    text: qsTr("Mute all notifications")
 | 
					                    text: qsTr("Mute all notifications")
 | 
				
			||||||
                    checkable: true
 | 
					                    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  | 
		Reference in New Issue
	
	Block a user