alroyso 1 ano atrás
pai
commit
f019469138
1 arquivos alterados com 1 adições e 1 exclusões
  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();