Default auto backups to 2
Cette révision appartient à :
Parent
a35995b898
révision
bc2ed763bd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -207,7 +207,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)
|
||||
|
||||
|
|
Référencer dans un nouveau ticket