This commit is contained in:
eyedeekay
2024-07-08 16:59:28 -04:00
parent 19fb2f5378
commit 8b1e908bc1
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Mon Jul 08 16:57:06 EDT 2024
build.number=723
#Mon Jul 08 16:57:36 EDT 2024
build.number=724

View File

@ -253,7 +253,7 @@ public class I2PBrowser extends I2PGenericUnsafeBrowser {
}
}
}
if (!this.chromium)
if (!this.chromium)
this.firefox = true;
}
return visitURL;