Make "Remove" option conditional in context menu

Refactor code in the backend so things can work
better
This commit is contained in:
vSLG
2020-04-01 14:33:19 -03:00
committed by miruka
parent fc878e7537
commit e60a7f6dac
6 changed files with 69 additions and 34 deletions

View File

@@ -10,6 +10,8 @@ BoxPopup {
qsTr("Remove selected messages?") :
qsTr("Remove selected message?")
details.color: theme.colors.warningText
HLabeledTextField {
id: reasonField
label.text: qsTr("Reason (optional):")