forked from Qortal/qortal
Possible fix for single instance check by AI Windows launcher
This commit is contained in:
parent
2f3123a315
commit
5429cb12dd
@ -238,6 +238,12 @@ public class Controller extends Thread {
|
|||||||
Gui.getInstance().notifyRunning();
|
Gui.getInstance().notifyRunning();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Called by AdvancedInstaller's launch EXE in single-instance mode, when an instance is already running. */
|
||||||
|
public static void secondaryMain(String args[]) {
|
||||||
|
// Return as we don't want to run more than one instance
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// Main thread
|
// Main thread
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user