PushRuleSettingsPopup: highlight action precision
This commit is contained in:
		@@ -209,7 +209,7 @@ HFlickableColumnPopup {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        HCheckBox {
 | 
					        HCheckBox {
 | 
				
			||||||
            id: highlightCheck
 | 
					            id: highlightCheck
 | 
				
			||||||
            text: qsTr("Mark as important")
 | 
					            text: qsTr("Highlight, mark as important")
 | 
				
			||||||
            enabled: notifyCheck.checked
 | 
					            enabled: notifyCheck.checked
 | 
				
			||||||
            defaultChecked: root.rule.highlight
 | 
					            defaultChecked: root.rule.highlight
 | 
				
			||||||
            Layout.fillWidth: true
 | 
					            Layout.fillWidth: true
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user