diff options
author | Parménides GV <parmegv@sdf.org> | 2014-06-12 11:25:49 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2014-06-12 11:25:49 +0200 |
commit | 4a020a0116f1d3b8ea2a87e64cc8e6a926c0c179 (patch) | |
tree | 5ea2bbb1c7d28c169020ada88dde9a684d9f108c /app/src/main/res/menu | |
parent | ac43a914c9720e6950708d3c22d17f8f6cd0aae0 (diff) |
Menu option to show the log window.
In case there is an error, user will not be prompted with a strange log
window, but the app will provide it if s/he really wants to see it.
Diffstat (limited to 'app/src/main/res/menu')
-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"/> |