From 9de425292402ab3dbfb42e39eaeabe4d11eb1dbb Mon Sep 17 00:00:00 2001 From: miruka Date: Sun, 28 Feb 2021 18:06:51 -0400 Subject: [PATCH] PushRuleSettingsPopup: remove unused action + btn --- .../PushRuleSettingsPopup.qml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/gui/Popups/PushRuleSettingsPopup/PushRuleSettingsPopup.qml b/src/gui/Popups/PushRuleSettingsPopup/PushRuleSettingsPopup.qml index b38a4c95..4921d889 100644 --- a/src/gui/Popups/PushRuleSettingsPopup/PushRuleSettingsPopup.qml +++ b/src/gui/Popups/PushRuleSettingsPopup/PushRuleSettingsPopup.qml @@ -192,18 +192,8 @@ HFlickableColumnPopup { HColumnLayout { spacing: theme.spacing / 2 - HRowLayout { - CustomLabel { - 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() - } + CustomLabel { + text: qsTr("Actions for messages that trigger this rule:") } HCheckBox {