aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/muc_details.xml
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2015-12-29 12:39:01 +0100
committerChristian S <christian@pix-art.de>2015-12-29 13:59:42 +0100
commit14baee5a02b3e20ca5c5994acba3e10358d07774 (patch)
treee1d61ef511e52c829965f12297aa6f87f4cc9418 /src/main/res/menu/muc_details.xml
parentad08474e773c347775d648c37a677e8cac48e467 (diff)
hide settings, accounts and updater in all menus except in main window
Diffstat (limited to '')
-rw-r--r--src/main/res/menu/muc_details.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/main/res/menu/muc_details.xml b/src/main/res/menu/muc_details.xml
index 51de4e753..1ae217709 100644
--- a/src/main/res/menu/muc_details.xml
+++ b/src/main/res/menu/muc_details.xml
@@ -28,15 +28,5 @@
android:checked="false"
android:orderInCategory="85"
android:showAsAction="never" />
- <item
- android:id="@+id/action_accounts"
- android:orderInCategory="90"
- android:showAsAction="never"
- android:title="@string/action_accounts"/>
- <item
- android:id="@+id/action_settings"
- android:orderInCategory="100"
- android:showAsAction="never"
- android:title="@string/action_settings"/>
</menu> \ No newline at end of file