Fix SignIn circle buttons colors

This commit is contained in:
miruka
2019-07-24 18:41:40 -04:00
parent 607d1d8f5a
commit b6290ad3c9
4 changed files with 15 additions and 7 deletions

View File

@@ -50,6 +50,7 @@ Item {
iconName: modelData
circle: true
checked: loginWith == modelData
enabled: modelData == "username"
autoExclusive: true
checkedLightens: true
onClicked: loginWith = modelData