https://github.com/2dust/v2rayN/issues/7058
This commit is contained in:
2dust 2025-04-03 14:22:12 +08:00
parent f553bbc41e
commit 204451db6c

View file

@ -80,6 +80,10 @@ public sealed class AppHandler
Logging.SaveLog($"v2rayN start up | {Utils.GetRuntimeInfo()}");
Logging.LoggingEnabled(_config.GuiItem.EnableLog);
//First determine the port value
_ = StatePort;
_ = StatePort2;
return true;
}