diff --git a/i2p.plugins.firefox.torrent b/i2p.plugins.firefox.torrent index 93d5d58..7333026 100644 Binary files a/i2p.plugins.firefox.torrent and b/i2p.plugins.firefox.torrent differ diff --git a/scripts/build.number b/scripts/build.number index a48eb5f..30c1486 100644 --- a/scripts/build.number +++ b/scripts/build.number @@ -1,3 +1,3 @@ #Build Number for ANT. Do not edit! -#Sun Dec 18 22:51:30 UTC 2022 -build.number=208 +#Sun Dec 18 23:17:23 UTC 2022 +build.number=213 diff --git a/src/java/net/i2p/i2pfirefox/I2PBrowser.java b/src/java/net/i2p/i2pfirefox/I2PBrowser.java index 3452155..67e57b6 100644 --- a/src/java/net/i2p/i2pfirefox/I2PBrowser.java +++ b/src/java/net/i2p/i2pfirefox/I2PBrowser.java @@ -412,13 +412,13 @@ public class I2PBrowser extends I2PCommonBrowser implements ClientApp { } public String getDisplayName() { return "Browser Profile Manager"; } public String getName() { return "browserProfileManager"; } - public void shutdown() { + public void shutdown(String[] args) { shutdownSystray(); System.exit(0); } public void startup() { - String[] args; - main(args); + String[] args = {""}; + systray(args); } public ClientAppState getState() { if (systrayIsRunningExternally()) {