implemented #67 - option to hide apps that are bound to gestures

This commit is contained in:
Josia Pietsch 2024-11-12 01:53:41 +01:00
parent c1dcc0fe4e
commit acbcef5827
Signed by: jrpie
GPG key ID: E70B571D66986A2D
8 changed files with 48 additions and 15 deletions

View file

@ -124,6 +124,11 @@
android:title="@string/settings_apps_hidden"
/>
<SwitchPreference
android:key="@string/settings_apps_hide_bound_apps_key"
android:title="@string/settings_apps_hide_bound_apps"
android:defaultValue="false" />
</PreferenceCategory>
<PreferenceCategory
android:title="@string/settings_launcher_section_display"