Fix apply button loading on profile change

This commit is contained in:
miruka
2019-08-30 11:42:01 -04:00
parent 8a2053fcaf
commit aec83c66f3
2 changed files with 2 additions and 3 deletions

View File

@@ -13,8 +13,6 @@ Button {
icon.color: theme.icons.colorize
enabled: ! loading
onVisibleChanged: if (! visible) loading = false
readonly property alias iconItem: contentItem.icon
readonly property alias label: contentItem.label