mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
Fix #35 - Allow to use external browsers
This commit is contained in:
parent
0542aaa07c
commit
d45c71d3b1
1 changed files with 6 additions and 1 deletions
|
@ -17,6 +17,12 @@
|
|||
app:summary="@string/set_clear_cache_exit_indication"
|
||||
app:title="@string/set_clear_cache_exit" />
|
||||
|
||||
<androidx.preference.SwitchPreference
|
||||
app:defaultValue="true"
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="@string/SET_EMBEDDED_BROWSER"
|
||||
app:title="@string/embedded_browser" />
|
||||
|
||||
<androidx.preference.SwitchPreference
|
||||
app:defaultValue="false"
|
||||
app:iconSpaceReserved="false"
|
||||
|
@ -24,7 +30,6 @@
|
|||
app:summary="@string/set_enable_crash_report_indication"
|
||||
app:title="@string/set_enable_crash_report" />
|
||||
|
||||
|
||||
<androidx.preference.SeekBarPreference
|
||||
android:defaultValue="100"
|
||||
android:max="1000"
|
||||
|
|
Loading…
Reference in a new issue