work on torrent updates

This commit is contained in:
idk
2022-12-22 04:36:09 +00:00
parent cb99141d8e
commit 622c75d28f
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Thu Dec 22 04:34:56 UTC 2022
build.number=361
#Thu Dec 22 04:35:10 UTC 2022
build.number=362

View File

@ -19,8 +19,8 @@ public class I2PBrowserPlugin extends I2PBrowser implements ClientApp {
String[] args) {
this.cam = listener;
cam.notify(this, ClientAppState.UNINITIALIZED,
"Initializing Profile Manager Systray Plugin",
null) this.context = context;
"Initializing Profile Manager Systray Plugin", null);
this.context = context;
this.args = args;
cam.notify(this, ClientAppState.INITIALIZED,
"Profile Manager Systray Plugin Initialized", null);