mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-30 15:36:36 +00:00
Finished rebranding core-only mode to safe mode
In compliance with #2131 Mentioned features are not contained within this commit
This commit is contained in:
@@ -208,8 +208,8 @@ object Magisk : SettingsItem.Section() {
|
||||
}
|
||||
|
||||
object SafeMode : SettingsItem.Toggle() {
|
||||
override val title = R.string.settings_core_only_title.asTransitive()
|
||||
override val description = R.string.settings_core_only_summary.asTransitive()
|
||||
override val title = R.string.settings_safe_mode_title.asTransitive()
|
||||
override val description = R.string.settings_safe_mode_summary.asTransitive()
|
||||
override var value by dataObservable(Config.coreOnly) {
|
||||
if (Config.coreOnly == it) return@dataObservable
|
||||
Config.coreOnly = it
|
||||
|
||||
Reference in New Issue
Block a user