Option to disable dynamic shortcuts

This commit is contained in:
Koitharu
2022-08-26 10:52:09 +03:00
parent e0d74ba2a9
commit 011dd4c069
5 changed files with 58 additions and 4 deletions

View File

@@ -13,6 +13,12 @@
android:summary="@string/exclude_nsfw_from_history_summary"
android:title="@string/exclude_nsfw_from_history" />
<SwitchPreferenceCompat
android:defaultValue="true"
android:key="dynamic_shortcuts"
android:summary="@string/history_shortcuts_summary"
android:title="@string/history_shortcuts" />
<PreferenceCategory android:title="@string/tracking">
<PreferenceScreen
@@ -56,4 +62,4 @@
</PreferenceCategory>
</PreferenceScreen>
</PreferenceScreen>