fix(Wallet): restore add account button default state

Fixes #803
This commit is contained in:
Pascal Precht 2020-09-09 14:49:13 +02:00 committed by Iuri Matias
parent 27abf30fc8
commit 811024b0ee
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ AddButton {
}
}
onAboutToHide: {
btnAdd.icon.state = "default"
btnAdd.iconImg.state = "default"
}
}
}