diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/menu/client_dashboard.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/menu/client_dashboard.xml b/app/src/main/res/menu/client_dashboard.xml index 663231cd..9bc39d7b 100644 --- a/app/src/main/res/menu/client_dashboard.xml +++ b/app/src/main/res/menu/client_dashboard.xml @@ -4,6 +4,10 @@ android:orderInCategory="110" android:title="@string/about"/> <item + android:id="@+id/log_window" + android:title="@string/show_log_window" + android:visible="true"/> + <item android:id="@+id/switch_provider" android:orderInCategory="501" android:title="@string/switch_provider_menu_option"/> |