work on plugin usage
This commit is contained in:
Binary file not shown.
@ -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
|
||||||
|
@ -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()) {
|
||||||
|
Reference in New Issue
Block a user