Make clicking on notifications open the room they're coming from
Implements #28
This commit is contained in:
committed by
Nicolas Fella
parent
5b39cd4ae8
commit
e1775f94c6
@@ -223,6 +223,8 @@ Kirigami.ApplicationWindow {
|
||||
onGlobalErrorOccured: showPassiveNotification(error + ": " + detail)
|
||||
|
||||
onShowWindow: root.showWindow()
|
||||
|
||||
onOpenRoom: roomManager.enterRoom(room)
|
||||
}
|
||||
|
||||
RoomListModel {
|
||||
|
||||
Reference in New Issue
Block a user