mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 08:13:52 +02:00
Add proxy from launch argument to WebApi
Co-authored-by: Nekromateion <43814053+Nekromateion@users.noreply.github.com>
This commit is contained in:
@@ -155,9 +155,10 @@ namespace VRCX
|
||||
|
||||
private static void Run()
|
||||
{
|
||||
BrowserSubprocess.Start();
|
||||
StartupArgs.ArgsCheck();
|
||||
SetProgramDirectories();
|
||||
VRCXStorage.Load();
|
||||
BrowserSubprocess.Start();
|
||||
ConfigureLogger();
|
||||
Update.Check();
|
||||
GetVersion();
|
||||
@@ -169,7 +170,6 @@ namespace VRCX
|
||||
|
||||
|
||||
ProcessMonitor.Instance.Init();
|
||||
VRCXStorage.Load();
|
||||
SQLiteLegacy.Instance.Init();
|
||||
AppApi.Instance.Init();
|
||||
AppApiVr.Instance.Init();
|
||||
|
||||
Reference in New Issue
Block a user