Add a new screen to help migrating manga from sources
This commit is contained in:
@@ -165,4 +165,10 @@ class PreferencesHelper(val context: Context) {
|
||||
|
||||
fun defaultCategory() = prefs.getInt(Keys.defaultCategory, -1)
|
||||
|
||||
fun migrateChapters() = rxPrefs.getBoolean("migrate_chapters", true)
|
||||
|
||||
fun migrateTracks() = rxPrefs.getBoolean("migrate_tracks", true)
|
||||
|
||||
fun migrateCategories() = rxPrefs.getBoolean("migrate_categories", true)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user