alroyso 1 年之前
父節點
當前提交
f019469138
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/app/controller/GlobalController.dart

+ 1 - 1
lib/app/controller/GlobalController.dart

@@ -331,7 +331,7 @@ class GlobalController extends GetxController {
   }
 
   Future<void> handleExit() async {
-
+    await systemProxySwitch(false);
     await controllers.service.stopService();
     await trayManager.destroy();
     await windowManager.destroy();