Refactor SignIn, adjustments to HCheckBox & HBox

This commit is contained in:
miruka
2019-12-07 09:38:36 -04:00
parent 150744ab8a
commit 7235611d54
17 changed files with 233 additions and 227 deletions

View File

@@ -18,7 +18,7 @@ HRowLayout {
icon.name: "add-account"
toolTip.text: qsTr("Add another account")
backgroundColor: theme.sidePane.settingsButton.background
onClicked: pageLoader.showPage("SignIn")
onClicked: pageLoader.showPage("AddAccount/AddAccount")
Layout.fillHeight: true
}