Skip to content
Snippets Groups Projects
Commit 8e14ebc4 authored by Daniel Brötzmann's avatar Daniel Brötzmann Committed by Philipp Hörist
Browse files

App menu: Remove 'Show Roster' and 'Show Transports'

parent 4d85e28c
No related branches found
No related tags found
No related merge requests found
......@@ -509,7 +509,6 @@ def _set_shortcuts(self):
'app.ipython': ['<Primary><Alt>I'],
'app.start-chat::': ['<Primary>N'],
'app.create-groupchat::': ['<Primary>G'],
'win.show-roster': ['<Primary>R'],
'win.show-offline': ['<Primary>O'],
'win.show-active': ['<Primary>Y'],
'win.change-nickname': ['<Primary><Shift>N'],
......
......@@ -38,10 +38,6 @@
<submenu>
<attribute name="label" translatable="yes">_View</attribute>
<section>
<item>
<attribute name="label" translatable="yes">Show _Contact List</attribute>
<attribute name="action">win.show-roster</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Show _Offline Contacts</attribute>
<attribute name="action">win.show-offline</attribute>
......@@ -50,10 +46,6 @@
<attribute name="label" translatable="yes">Show _Active Contacts</attribute>
<attribute name="action">win.show-active</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Show _Transports</attribute>
<attribute name="action">win.show-transports</attribute>
</item>
</section>
<section>
<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