diff --git a/src/icons/add-account.svg b/src/icons/add-account.svg new file mode 100644 index 00000000..26d5c2ca --- /dev/null +++ b/src/icons/add-account.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/qml/SidePane/PaneToolBar.qml b/src/qml/SidePane/PaneToolBar.qml index 38b98190..2a8ad7f8 100644 --- a/src/qml/SidePane/PaneToolBar.qml +++ b/src/qml/SidePane/PaneToolBar.qml @@ -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 {