mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 10:20:51 +02:00
implemented #67 - option to hide apps that are bound to gestures
This commit is contained in:
parent
c1dcc0fe4e
commit
acbcef5827
8 changed files with 48 additions and 15 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue