mirror of
https://github.com/muesli/telephant
synced 2024-11-22 19:33:06 +00:00
Don't apply custom color to post button
This commit is contained in:
parent
8767518432
commit
eb2468df2c
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ Popup {
|
|||
enabled: remCharsLabel.text >= 0 && messageArea.text.length > 0
|
||||
Layout.alignment: Qt.AlignBottom | Qt.AlignRight
|
||||
highlighted: true
|
||||
Material.accent: Material.Blue
|
||||
// Material.accent: Material.Blue
|
||||
text: popup.messageid > 0 ? qsTr("Reply") : qsTr("Post")
|
||||
|
||||
onClicked: {
|
||||
|
|
Loading…
Reference in a new issue