make popup hint optional for both styles

This commit is contained in:
Helium314 2023-09-23 13:02:56 +02:00
parent 85ecce430e
commit 0497bf4702
6 changed files with 19 additions and 4 deletions

View file

@ -27,6 +27,13 @@
android:defaultValue="true"
android:persistent="true" />
<SwitchPreferenceCompat
android:key="pref_show_popup_hints"
android:title="@string/show_popup_hints"
android:summary="@string/show_popup_hints_summary"
android:defaultValue="false"
android:persistent="true" />
<SwitchPreferenceCompat
android:key="vibrate_on"
android:title="@string/vibrate_on_keypress"