Notification improvements.

This commit is contained in:
Black Hat
2018-10-19 22:02:12 +08:00
parent a0fcd00a6f
commit bb069197d6
16 changed files with 1559 additions and 48 deletions

View File

@@ -38,6 +38,10 @@ ApplicationWindow {
window.requestActivate()
}
onHideWindow: window.hide()
onNotificationClicked: {
roomPage.enteredRoom = currentConnection.room(roomId)
showWindow()
}
onErrorOccured: {
errorDialog.error = error
errorDialog.detail = detail