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 12:39:01 +0100
commit9c677377aa06410ffe93f8da48493595e39a8981 (patch)
tree4a8c27abe13dbd795c53bf2d53dfeebee121a116 /src/main/res/menu/muc_details.xml
parent60d48cbc8668c329606d2f0c3da0d2452facea92 (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