Skip to content

Commit a5f0e2a

Browse files
ComputerEliteComputerElite
authored andcommitted
fix resizing probably making the app plain white
1 parent 9fa21db commit a5f0e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QuestAppVersionSwitcher/WebServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1109,14 +1109,14 @@ public void Start()
11091109
server.AddRouteFile("/facts.png", "facts.png");
11101110
server.StartServer(CoreService.coreVars.serverPort);
11111111

1112-
if (CoreService.started) return;
11131112
if (CoreService.coreVars.loginStep == 1)
11141113
{
11151114
CoreService.coreVars.loginStep = 0;
11161115
CoreService.coreVars.Save();
11171116
CoreService.browser.LoadUrl("http://127.0.0.1:" + CoreService.coreVars.serverPort + "?loadoculus=true");
11181117
}
11191118
else CoreService.browser.LoadUrl("http://127.0.0.1:" + CoreService.coreVars.serverPort + "/");
1119+
if (CoreService.started) return;
11201120
Thread t = new Thread(() =>
11211121
{
11221122
try

0 commit comments

Comments
 (0)