diff options
Diffstat (limited to 'ui/src/main/res/xml')
-rw-r--r-- | ui/src/main/res/xml/preferences.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/src/main/res/xml/preferences.xml b/ui/src/main/res/xml/preferences.xml index 4668fab4..06d7ac7c 100644 --- a/ui/src/main/res/xml/preferences.xml +++ b/ui/src/main/res/xml/preferences.xml @@ -8,7 +8,10 @@ android:summaryOff="@string/restore_on_boot_summary_off" android:title="@string/restore_on_boot_title" /> <com.wireguard.android.preference.ZipExporterPreference /> - <com.wireguard.android.preference.LogExporterPreference /> + <Preference + android:key="log_viewer" + android:title="@string/log_viewer_title" + android:summary="@string/log_viewer_pref_summary" /> <CheckBoxPreference android:defaultValue="false" android:key="dark_theme" |