@@ -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();