Add preferences to hide filter bar and to configure the default filter

This commit is contained in:
MM20
2024-04-23 21:39:58 +02:00
parent 15f58352d9
commit 069b21a118
10 changed files with 190 additions and 34 deletions
@@ -918,4 +918,9 @@
<string name="search_filter_tools">Tools</string>
<string name="search_filter_online">Online results</string>
<string name="search_filter_apps">Apps</string>
<string name="preference_default_filter">Default filter</string>
<string name="preference_default_filter_summary">Customize the default filter for searches</string>
<string name="preference_filter_bar">Show filter bar</string>
<string name="preference_filter_bar_summary">Show quick filters above the keyboard</string>
<string name="filter_settings_network_warning">The current filter enables online results by default. Your search queries might unintentionally be sent to external web services. For privacy reasons, this is not recommended.</string>
</resources>