Compare commits

...

3 Commits
2.5.4 ... 2.5.5

Author SHA1 Message Date
eyedeekay
8b1e908bc1 clangFmt 2024-07-08 16:59:28 -04:00
eyedeekay
19fb2f5378 If this.chromium=false(default) this.firefox=true(also default) 2024-07-08 16:57:33 -04:00
eyedeekay
e0d0a537e7 If this.chromium=false(default) this.firefox=true(also default) 2024-07-08 16:57:02 -04:00
2 changed files with 4 additions and 2 deletions

View File

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

View File

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