AddChat page

This commit is contained in:
miruka
2019-11-07 09:50:59 -04:00
parent 45951554a5
commit 7bed1eca30
7 changed files with 168 additions and 13 deletions

View File

@@ -63,7 +63,7 @@ HTileDelegate {
icon.name: "add-account" // TODO
backgroundColor: "transparent"
toolTip.text: qsTr("Add new chat")
// onClicked: accountDelegate.toggleCollapse()
onClicked: pageLoader.showPage("AddChat/AddChat")
leftPadding: theme.spacing / 2
rightPadding: leftPadding