Working public room directory.

Fix "no known servers".
Rename all QMatrixClient to Quotient.
This commit is contained in:
Black Hat
2019-12-25 19:53:50 +08:00
parent 9d2dc3e96a
commit d25a9fb3a4
14 changed files with 297 additions and 161 deletions

View File

@@ -97,14 +97,14 @@ Dialog {
Layout.preferredHeight: 48
color: MPalette.foreground
icon: "\ue7ff"
icon: "\ue5d2"
}
Label {
Layout.fillWidth: true
color: MPalette.foreground
text: "Start a Chat"
text: "Explore Rooms"
}
}
@@ -113,7 +113,7 @@ Dialog {
onPrimaryClicked: {
joinRoomDialog.createObject(ApplicationWindow.overlay, {"controller": spectralController, "connection": spectralController.connection}).open()
root.destroy()
root.close()
}
}
}