Convert option button into add account button

Temporary
This commit is contained in:
miruka
2019-07-19 00:22:31 -04:00
parent db3a9efe8a
commit 2ce45e8059
2 changed files with 4 additions and 1 deletions

View File

@@ -13,9 +13,11 @@ HRowLayout {
Layout.preferredHeight: theme.baseElementsHeight
HUIButton {
iconName: "settings"
iconName: "add-account"
backgroundColor: theme.sidePane.settingsButton.background
Layout.preferredHeight: parent.height
onClicked: pageStack.showPage("SignIn")
}
HTextField {