Fix Thai cannot hide network speed unit

This commit is contained in:
LittleTurtle2333
2022-03-27 19:43:04 +08:00
parent fc1800932b
commit d56d291e51

View File

@@ -15,6 +15,7 @@ object HideStatusBarNetworkSpeedSecond: HookRegister() {
.replace("/", "") .replace("/", "")
.replace("s", "") .replace("s", "")
.replace("'", "") .replace("'", "")
.replace("วิ", "")
} }
} }
} }