Update PreferencesHelper.kt
added createDetails function
This commit is contained in:
parent
b5bb76eb7e
commit
3607984a5f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user