Add manga straight into a category from catalogues (#737)
* Add feature mention in issue #625
This commit is contained in:
committed by
Bram van de Kerkhof
parent
bb9e230b35
commit
f6a79bde6f
@@ -115,4 +115,6 @@ class PreferenceKeys(context: Context) {
|
||||
|
||||
val lang = context.getString(R.string.pref_language_key)
|
||||
|
||||
val defaultCategory = context.getString(R.string.default_category_key)
|
||||
|
||||
}
|
||||
|
||||
@@ -158,4 +158,6 @@ class PreferencesHelper(val context: Context) {
|
||||
|
||||
fun lang() = prefs.getString(keys.lang, "")
|
||||
|
||||
fun defaultCategory() = prefs.getInt(keys.defaultCategory, -1)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user