mirror of
https://github.com/status-im/status-desktop.git
synced 2025-03-04 00:11:12 +00:00
fix(SettingsDirtyToastMessage): Save changes always disabled
It fixes issue with save changes button introduced in commit edf7e82.
This commit is contained in:
parent
0f1fc3b241
commit
a55998cf8a
@ -148,7 +148,7 @@ Rectangle {
|
||||
objectName: "settingsDirtyToastMessageSaveButton"
|
||||
buttonType: DisabledTooltipButton.Normal
|
||||
text: qsTr("Save changes")
|
||||
enabled: false
|
||||
enabled: root.active && root.saveChangesButtonEnabled
|
||||
interactive: root.active && root.saveChangesButtonEnabled
|
||||
onClicked: root.saveChangesClicked()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user