alroyso 1 year ago
parent
commit
f019469138
1 changed files with 1 additions and 1 deletions
  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();