Fix duplicate room signals.

This commit is contained in:
Black Hat
2018-07-19 13:54:59 +08:00
parent 1919f0ca8e
commit 43f02c4fa1
4 changed files with 21 additions and 9 deletions

View File

@@ -101,6 +101,10 @@ ApplicationWindow {
connection: matriqueController.connection
}
Setting {
id: settingPage
}
RowLayout {
anchors.fill: parent
spacing: 0
@@ -135,8 +139,7 @@ ApplicationWindow {
SideNavButton {
contentItem: MaterialIcon { icon: "\ue8b8"; color: "white" }
onClicked: matriqueController.logout()
page: settingPage
}
SideNavButton {