work on plugin usage

This commit is contained in:
idk
2022-12-18 23:21:45 +00:00
parent 88f9a7726a
commit 25e565d2fb
3 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit! #Build Number for ANT. Do not edit!
#Sun Dec 18 22:51:30 UTC 2022 #Sun Dec 18 23:17:23 UTC 2022
build.number=208 build.number=213

View File

@ -412,13 +412,13 @@ public class I2PBrowser extends I2PCommonBrowser implements ClientApp {
} }
public String getDisplayName() { return "Browser Profile Manager"; } public String getDisplayName() { return "Browser Profile Manager"; }
public String getName() { return "browserProfileManager"; } public String getName() { return "browserProfileManager"; }
public void shutdown() { public void shutdown(String[] args) {
shutdownSystray(); shutdownSystray();
System.exit(0); System.exit(0);
} }
public void startup() { public void startup() {
String[] args; String[] args = {""};
main(args); systray(args);
} }
public ClientAppState getState() { public ClientAppState getState() {
if (systrayIsRunningExternally()) { if (systrayIsRunningExternally()) {