chg: Change name to Hiddify

This commit is contained in:
Hiddify
2024-02-10 11:39:37 +01:00
parent a820f4d43e
commit 927e080899
37 changed files with 361 additions and 76 deletions

View File

@@ -51,7 +51,7 @@ class ProxyTile extends HookConsumerWidget with PresLogger {
),
trailing: proxy.urlTestDelay != 0
? Text(
proxy.urlTestDelay > 65000 ? "x" : proxy.urlTestDelay.toString(),
proxy.urlTestDelay > 65000 ? "×" : proxy.urlTestDelay.toString(),
style: TextStyle(color: delayColor(context, proxy.urlTestDelay)),
)
: null,