Restore icon colors

This commit is contained in:
miruka
2019-08-28 18:21:13 -04:00
parent 4bee87ed5d
commit 6cda69ad67
9 changed files with 27 additions and 3 deletions

View File

@@ -183,6 +183,7 @@ HGridLayout {
id: saveButton
icon.name: "apply"
icon.color: theme.colors.positiveBackground
text: qsTr("Apply")
loading: nameChangeRunning || avatarChangeRunning
enabled:
@@ -195,6 +196,7 @@ HGridLayout {
HButton {
icon.name: "cancel"
icon.color: theme.colors.negativeBackground
text: qsTr("Cancel")
enabled: saveButton.enabled && ! saveButton.loading
onClicked: cancelChanges()