Update PreferencesHelper.kt

added createDetails function
This commit is contained in:
Shamicen 2022-08-17 22:51:59 +02:00 committed by GitHub
parent b5bb76eb7e
commit 3607984a5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,6 +203,8 @@ class PreferencesHelper(val context: Context) {
fun splitTallImages() = flowPrefs.getBoolean("split_tall_images", false)
fun createDetails() = flowPrefs.getBoolean("create_details", false)
fun folderPerManga() = prefs.getBoolean(Keys.folderPerManga, false)
fun numberOfBackups() = flowPrefs.getInt("backup_slots", 2)