Skip to content
Snippets Groups Projects
Commit 6db661cf authored by Philipp Hörist's avatar Philipp Hörist
Browse files

StatusIcon: Remove chat option from status menu

parent 6f6edbef
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ def _make_menu(self, _event_button, event_time):
self.popup_menus.append(sub_menu)
status_menuitem.set_submenu(sub_menu)
for show in ('online', 'chat', 'away', 'xa', 'dnd'):
for show in ('online', 'away', 'xa', 'dnd'):
uf_show = helpers.get_uf_show(show, use_mnemonic=True)
item = Gtk.MenuItem.new_with_mnemonic(uf_show)
sub_menu.append(item)
......
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