mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-13 11:51:22 +08:00
新增 隐藏辅助WIFI图标 功能
This commit is contained in:
@@ -140,6 +140,12 @@ class SettingsActivity : MIUIActivity() {
|
||||
)
|
||||
)
|
||||
add(TextWithSwitchV(TextV(resId = R.string.hide_wifi_icon), SwitchV("hide_wifi_icon")))
|
||||
add(
|
||||
TextWithSwitchV(
|
||||
TextV(resId = R.string.hide_slave_wifi_icon),
|
||||
SwitchV("hide_slave_wifi_icon")
|
||||
)
|
||||
)
|
||||
add(
|
||||
TextWithSwitchV(
|
||||
TextV(resId = R.string.hide_hotspot_icon),
|
||||
|
||||
Reference in New Issue
Block a user