Note that toggling NSFW sources requires a restart

(cherry picked from commit bbc00768f0)
This commit is contained in:
arkon
2020-12-12 17:26:29 -05:00
committed by Jobobby04
parent cf99ee73f5
commit 8b6a0ad891
38 changed files with 38 additions and 37 deletions
@@ -141,7 +141,7 @@ class SettingsAdvancedController : SettingsController() {
switchPreference {
key = Keys.enableDoh
titleRes = R.string.pref_dns_over_https
summaryRes = R.string.pref_dns_over_https_summary
summaryRes = R.string.requires_app_restart
defaultValue = false
}
}
@@ -102,6 +102,7 @@ class SettingsBrowseController : SettingsController() {
switchPreference {
key = Keys.showNsfwSource
titleRes = R.string.pref_show_nsfw_source
summaryRes = R.string.requires_app_restart
defaultValue = true
}
switchPreference {