diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-03-22 01:50:58 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-03-22 01:50:58 -0600 |
commit | c02dd9e040a5297c65677a80ca9a166b5e40b429 (patch) | |
tree | 5eb852649f23f576210d60fc160222c3f106ebd7 /ui/src/main/res/xml | |
parent | 7dae94976d2b9d70c2d3ce8e75641d790b4af70e (diff) |
Preferences: hide advanced settings
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main/res/xml')
-rw-r--r-- | ui/src/main/res/xml/preferences.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ui/src/main/res/xml/preferences.xml b/ui/src/main/res/xml/preferences.xml index 0f674108..4668fab4 100644 --- a/ui/src/main/res/xml/preferences.xml +++ b/ui/src/main/res/xml/preferences.xml @@ -7,14 +7,6 @@ android:summaryOn="@string/restore_on_boot_summary_on" android:summaryOff="@string/restore_on_boot_summary_off" android:title="@string/restore_on_boot_title" /> - <CheckBoxPreference - android:defaultValue="false" - android:key="multiple_tunnels" - android:summaryOff="@string/multiple_tunnels_summary_off" - android:summaryOn="@string/multiple_tunnels_summary_on" - android:title="@string/multiple_tunnels_title" /> - <com.wireguard.android.preference.ModuleDownloaderPreference android:key="module_downloader" /> - <com.wireguard.android.preference.ToolsInstallerPreference android:key="tools_installer" /> <com.wireguard.android.preference.ZipExporterPreference /> <com.wireguard.android.preference.LogExporterPreference /> <CheckBoxPreference @@ -23,6 +15,14 @@ android:summaryOff="@string/dark_theme_summary_off" android:summaryOn="@string/dark_theme_summary_on" android:title="@string/dark_theme_title" /> + <CheckBoxPreference + android:defaultValue="false" + android:key="multiple_tunnels" + android:summaryOff="@string/multiple_tunnels_summary_off" + android:summaryOn="@string/multiple_tunnels_summary_on" + android:title="@string/multiple_tunnels_title" /> + <com.wireguard.android.preference.ModuleDownloaderPreference android:key="module_downloader" /> + <com.wireguard.android.preference.ToolsInstallerPreference android:key="tools_installer" /> <com.wireguard.android.preference.KernelModuleDisablerPreference android:key="kernel_module_disabler" /> <CheckBoxPreference android:defaultValue="false" |