Commit 210006d5 authored by Tijmen de Mes's avatar Tijmen de Mes

Show chatwindow if there is a session and the window is not shown

parent e7621dfc
......@@ -2384,6 +2384,9 @@ class ChatWindow(base_class, ui_class, ColorHelperMixin):
if session is None:
return
if not self.isVisible():
self.show()
message = notification.data.message
direction = notification.data.message.direction
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment