mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 01:28:52 -06:00
Add option to repair database
This commit is contained in:
@@ -188,4 +188,6 @@
|
||||
|
||||
<string name="sticky_notifications">Make notifications sticky</string>
|
||||
<string name="sticky_notifications_description">Prevents notifications from being swiped away.</string>
|
||||
<string name="repair_database">Repair database</string>
|
||||
<string name="database_repaired">Database repaired.</string>
|
||||
</resources>
|
||||
@@ -100,8 +100,11 @@
|
||||
|
||||
<Preference
|
||||
android:key="bugReport"
|
||||
android:title="@string/generate_bug_report">
|
||||
</Preference>
|
||||
android:title="@string/generate_bug_report"/>
|
||||
|
||||
<Preference
|
||||
android:key="repairDB"
|
||||
android:title="@string/repair_database"/>
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user