2dust 2025-04-03 14:22:12 +08:00
parent f553bbc41e
commit 204451db6c
1 changed files with 4 additions and 0 deletions

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;
}