alroyso hace 1 año
padre
commit
2582bb2b2a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/app/controller/GlobalController.dart

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

@@ -199,7 +199,7 @@ class GlobalController extends GetxController {
 
   Future<void> TunProxySwitch(bool open) async {
     tunProxySwitchIng.value = true;
-    updateRoute(open ? "tun" : "sys");
+    updateRoute(open ? "tun": "sys");
     tunProxySwitchIng.value = false;
   }