Inconify Gajim instead of hiding the window - Fixes #8374
When hiding the Window the app is removed from the Ubuntu Launcher and it cannot be restored
This commit is contained in:
parent
9c00087c9a
commit
4ab83c16ce
|
@ -2448,7 +2448,7 @@ class RosterWindow:
|
||||||
x, y = self.window.get_position()
|
x, y = self.window.get_position()
|
||||||
gajim.config.set('roster_x-position', x)
|
gajim.config.set('roster_x-position', x)
|
||||||
gajim.config.set('roster_y-position', y)
|
gajim.config.set('roster_y-position', y)
|
||||||
self.window.hide()
|
self.window.iconify()
|
||||||
elif gajim.config.get('quit_on_roster_x_button'):
|
elif gajim.config.get('quit_on_roster_x_button'):
|
||||||
self.on_quit_request()
|
self.on_quit_request()
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue