work on torrent updates
This commit is contained in:
@ -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
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user