If this.chromium=false(default) this.firefox=true(also default)

This commit is contained in:
eyedeekay
2024-07-08 16:57:02 -04:00
parent b4371dad07
commit e0d0a537e7
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:52:23 EDT 2024
build.number=722

View File

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