Compare commits

..

1 Commits

Author SHA1 Message Date
eyedeekay
bbd2fdeeec Increase thread delay between ldtg and launch 2024-03-10 00:57:22 -05:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Thu Mar 07 15:18:16 EST 2024
build.number=709
#Fri Mar 08 14:52:55 EST 2024
build.number=711

View File

@@ -127,7 +127,7 @@ public class I2PBrowserPlugin extends I2PBrowser implements ClientApp {
"Starting I2P Browser tray manager by testing http://proxy.i2p");
MenuService dtg = startTrayApp();
try {
Thread.sleep(1000);
Thread.sleep(5000);
} catch (InterruptedException ie) {
}
if (dtg != null) {