Note that toggling NSFW sources requires a restart
(cherry picked from commit bbc00768f0)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user