diff options
Diffstat (limited to 'res/xml/vpn_headers.xml')
-rw-r--r-- | res/xml/vpn_headers.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/res/xml/vpn_headers.xml b/res/xml/vpn_headers.xml index dd942832..f755dc8c 100644 --- a/res/xml/vpn_headers.xml +++ b/res/xml/vpn_headers.xml @@ -19,13 +19,12 @@ android:title="Authentication" /> <!-- android:icon="@drawable/ic_settings_display" --> - <!-- <header android:fragment="de.blinkt.openvpn.Settings_Obscure" - android:summary="Obscure OpenVPN Settings. Normaly not needed." + android:summary="Obscure OpenVPN Settings. Normally not needed." android:title="Obscure" > </header> - --> + <header android:fragment="de.blinkt.openvpn.ShowConfigFragment" android:summary="Shows the generated openvpn Configuration File" |