mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 09:38:52 -06:00
make LED blinking for notifications configurable
This commit is contained in:
@@ -188,6 +188,8 @@
|
||||
|
||||
<string name="sticky_notifications">Make notifications sticky</string>
|
||||
<string name="sticky_notifications_description">Prevents notifications from being swiped away.</string>
|
||||
<string name="led_notifications">LED</string>
|
||||
<string name="led_notifications_description">Notifications blinking light.</string>
|
||||
<string name="repair_database">Repair database</string>
|
||||
<string name="database_repaired">Database repaired.</string>
|
||||
|
||||
|
||||
@@ -68,6 +68,12 @@
|
||||
android:title="@string/sticky_notifications"
|
||||
android:summary="@string/sticky_notifications_description"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
android:key="pref_led_notifications"
|
||||
android:title="@string/led_notifications"
|
||||
android:summary="@string/led_notifications_description"/>
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
|
||||
Reference in New Issue
Block a user