Skip to content
Snippets Groups Projects
Commit 2e6b9c5c authored by Daniel Brötzmann's avatar Daniel Brötzmann
Browse files

cfix: Hide group chat roster when opening search bar

parent 96bddaee
No related branches found
No related tags found
No related merge requests found
......@@ -169,6 +169,9 @@ class ChatPage(Gtk.Box):
self._search_view.set_context(self._chat_control.contact.account,
self._chat_control.contact.jid)
# Hide group chat roster in order to make some space horizontally
app.settings.set('hide_groupchat_occupants_list', True)
self._search_revealer.set_reveal_child(True)
self._search_view.set_focus()
......
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