Default auto backups to 2

This commit is contained in:
arkon 2022-04-20 17:24:28 -04:00
parent a35995b898
commit bc2ed763bd

View File

@ -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)