mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-01-10 02:07:12 +01:00
8 lines
306 B
XML
8 lines
306 B
XML
|
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
|
||
|
|
||
|
<SwitchPreference
|
||
|
app:defaultValue="false"
|
||
|
app:key="require_auth_to_account_section"
|
||
|
app:title="@string/settings_require_authentication_to_go_to_account_section_in_navigation_drawer" />
|
||
|
|
||
|
</PreferenceScreen>
|