setNotRunning before launching the router, counter-intuitively but this is for determining whether we should launch the browser only. The other checks will still work for determining if a router is there. It only needs to be there for the first 21 or so seconds.

This commit is contained in:
idk
2022-09-05 01:58:53 -04:00
parent d63128096c
commit 3749f49641

View File

@@ -126,9 +126,9 @@ public class WinLauncher {
registrationThread.setDaemon(true);
registrationThread.start();
setNotRunning();
// wupp.i2pRouter.runRouter();
RouterLaunch.main(args);
setNotRunning();
}
// see