PushRuleSettingsPopup: remove unused action + btn
This commit is contained in:
parent
c46e1eb897
commit
9de4252924
@ -192,20 +192,10 @@ HFlickableColumnPopup {
|
|||||||
HColumnLayout {
|
HColumnLayout {
|
||||||
spacing: theme.spacing / 2
|
spacing: theme.spacing / 2
|
||||||
|
|
||||||
HRowLayout {
|
|
||||||
CustomLabel {
|
CustomLabel {
|
||||||
text: qsTr("Actions for messages that trigger this rule:")
|
text: qsTr("Actions for messages that trigger this rule:")
|
||||||
}
|
}
|
||||||
|
|
||||||
PositiveButton {
|
|
||||||
icon.name: "pushrule-action-add"
|
|
||||||
iconItem.small: true
|
|
||||||
Layout.fillHeight: true
|
|
||||||
Layout.fillWidth: false
|
|
||||||
// onClicked: addConditionMenu.open()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
HCheckBox {
|
HCheckBox {
|
||||||
id: notifyCheck
|
id: notifyCheck
|
||||||
text: qsTr("Mark as unread")
|
text: qsTr("Mark as unread")
|
||||||
|
Loading…
Reference in New Issue
Block a user