|
@@ -67,7 +67,7 @@ class TrayController extends GetxController with TrayListener {
|
|
|
MenuItem.checkbox(
|
|
|
label: 'route_tun_title'.tr,
|
|
|
checked: controllers.global.routeModesSelect.value == "tun",
|
|
|
- disabled: disabledTun.value || controllers.global.tunProxySwitchIng.value,
|
|
|
+ disabled: false,
|
|
|
onClick: handleClickSetAsTunProxy,
|
|
|
),
|
|
|
MenuItem.checkbox(
|