https://github.com/2dust/v2rayN/issues/8276
This commit is contained in:
2dust 2025-11-08 20:10:20 +08:00
parent 6f06b16c76
commit a6af95e083

View file

@ -268,7 +268,7 @@ public class MainWindowViewModel : MyReactiveObject
} }
await RefreshServers(); await RefreshServers();
SetReloadEnabled(true); BlReloadEnabled = true;
await Reload(); await Reload();
} }