This commit is contained in:
Koitharu
2022-05-14 13:43:59 +03:00
parent 32836d05d8
commit 1be8760c00
7 changed files with 79 additions and 14 deletions

View File

@@ -40,9 +40,14 @@
android:valueTo="5"
app:defaultValue="2" />
<Preference
android:key="sync"
android:persistent="false"
android:summary="@string/sync_title"
android:title="@string/sync" />
<PreferenceScreen
android:fragment="org.koitharu.kotatsu.settings.backup.BackupSettingsFragment"
android:title="@string/backup_restore"
app:allowDividerAbove="true" />
android:title="@string/backup_restore" />
</PreferenceScreen>