Skip to content
Snippets Groups Projects
Commit 28936744 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

make sure windows get focus when we click on systray icon

parent 734e7ecb
No related branches found
No related tags found
No related merge requests found
......@@ -321,6 +321,7 @@ class Systray:
if w:
w.set_active_tab(jid)
w.window.present()
w.window.window.focus()
tv = w.conversation_textviews[jid]
tv.scroll_to_end()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment