Default auto backups to 2
(cherry picked from commit bc2ed763bdd5e0ee7e3837b2a2e510891f175d59)
This commit is contained in:
parent
26b30adf4a
commit
99a94150ea
@ -216,7 +216,7 @@ class PreferencesHelper(val context: Context) {
|
||||
|
||||
fun folderPerManga() = prefs.getBoolean(Keys.folderPerManga, false)
|
||||
|
||||
fun numberOfBackups() = flowPrefs.getInt("backup_slots", 1)
|
||||
fun numberOfBackups() = flowPrefs.getInt("backup_slots", 2)
|
||||
|
||||
fun backupInterval() = flowPrefs.getInt("backup_interval", 0)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user