|
@@ -8,6 +8,7 @@ import eu.kanade.tachiyomi.util.preference.defaultValue
|
|
|
import eu.kanade.tachiyomi.util.preference.infoPreference
|
|
|
import eu.kanade.tachiyomi.util.preference.onChange
|
|
|
import eu.kanade.tachiyomi.util.preference.preferenceCategory
|
|
|
+import eu.kanade.tachiyomi.util.preference.summaryRes
|
|
|
import eu.kanade.tachiyomi.util.preference.switchPreference
|
|
|
import eu.kanade.tachiyomi.util.preference.titleRes
|
|
|
import kotlinx.coroutines.flow.launchIn
|
|
@@ -50,6 +51,7 @@ class SettingsBrowseController : SettingsController() {
|
|
|
switchPreference {
|
|
|
key = Keys.showNsfwSource
|
|
|
titleRes = R.string.pref_show_nsfw_source
|
|
|
+ summaryRes = R.string.requires_app_restart
|
|
|
defaultValue = true
|
|
|
}
|
|
|
switchPreference {
|