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