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:
|
if w:
|
||||||
w.set_active_tab(jid)
|
w.set_active_tab(jid)
|
||||||
w.window.present()
|
w.window.present()
|
||||||
|
w.window.window.focus()
|
||||||
tv = w.conversation_textviews[jid]
|
tv = w.conversation_textviews[jid]
|
||||||
tv.scroll_to_end()
|
tv.scroll_to_end()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue