chg: Change name to Hiddify
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -19,7 +19,7 @@ class WindowNotifier extends _$WindowNotifier with AppLogger {
|
||||
|
||||
// if (Platform.isWindows) {
|
||||
// loggy.debug("ensuring single instance");
|
||||
// await WindowsSingleInstance.ensureSingleInstance([], "HiddifyNext");
|
||||
// await WindowsSingleInstance.ensureSingleInstance([], "Hiddify");
|
||||
// }
|
||||
|
||||
await windowManager.ensureInitialized();
|
||||
|
||||
Reference in New Issue
Block a user