setNotRunning must be called on browser launch too

This commit is contained in:
idk
2022-09-05 02:55:35 -04:00
parent ef203ba935
commit 6736d527a2

View File

@ -92,6 +92,7 @@ public class WinLauncher {
System.exit(1);
}
if (i2pIsRunning()) {
setNotRunning();
logger.warning("I2P is already running");
I2PBrowser i2pBrowser = new I2PBrowser();
i2pBrowser.usability = usabilityMode;