mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-18 12:54:15 +00:00
scripts: clean up remaining Manager references
This commit is contained in:
@@ -87,7 +87,7 @@ object Hide : BaseSettingsItem.Input() {
|
||||
get() = if (isError) null else result
|
||||
|
||||
@get:Bindable
|
||||
var result = "Manager"
|
||||
var result = "Settings"
|
||||
set(value) = set(value, field, { field = it }, BR.result, BR.error)
|
||||
|
||||
val maxLength
|
||||
|
@@ -1,5 +1,5 @@
|
||||
##################################
|
||||
# Magisk Manager internal scripts
|
||||
# Magisk app internal scripts
|
||||
##################################
|
||||
|
||||
run_delay() {
|
||||
@@ -115,8 +115,8 @@ id=hosts
|
||||
name=Systemless Hosts
|
||||
version=1.0
|
||||
versionCode=1
|
||||
author=Magisk Manager
|
||||
description=Magisk Manager built-in systemless hosts module
|
||||
author=Magisk
|
||||
description=Magisk app built-in systemless hosts module
|
||||
EOF
|
||||
magisk --clone /system/etc/hosts hosts/system/etc/hosts
|
||||
touch hosts/update
|
||||
|
Reference in New Issue
Block a user