diff options
author | Parménides GV <parmegv@sdf.org> | 2013-04-22 18:07:07 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2013-04-29 17:09:12 +0200 |
commit | 75728462433b19567710f54a9d4767681b10be95 (patch) | |
tree | ca6208f300c740a249a8b74fe343154be1bc96c9 /res/menu/client_dashboard.xml | |
parent | 5c05094401d6ed3c69ab8f64e47278973bc87425 (diff) |
Coded dialog (now there is a button in the Dashboard), time to test.
I need to implement bypass for dev.bitmask.net, because bitmask.net is
down.
Diffstat (limited to 'res/menu/client_dashboard.xml')
-rw-r--r-- | res/menu/client_dashboard.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/menu/client_dashboard.xml b/res/menu/client_dashboard.xml index 87e7ae62..fffd4e23 100644 --- a/res/menu/client_dashboard.xml +++ b/res/menu/client_dashboard.xml @@ -7,5 +7,6 @@ android:title="@string/menu_settings"/> <item android:id="@+id/about_leap" android:title="@string/about" android:orderInCategory="110" /> <item android:id="@+id/legacy_interface" android:title="ICS OpenVPN Interface" android:orderInCategory="500" /> + <item android:id="@+id/login_button" android:title="@string/login_button" android:visible="true"></item> </menu>
\ No newline at end of file |