make sure windows get focus when we click on systray icon
This commit is contained in:
parent
734e7ecb21
commit
28936744a5
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue