scripts: clean up remaining Manager references

This commit is contained in:
osm0sis
2021-03-21 19:25:56 -03:00
committed by John Wu
parent e3801d6965
commit 0a4e7eea41
5 changed files with 10 additions and 10 deletions

View File

@@ -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

View File

@@ -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