update index.html

Former-commit-id: 1aeb795450
Former-commit-id: a7fc182903a537a77ef31f322034e9c99a2cd9d5
This commit is contained in:
idk
2022-08-31 20:58:42 -04:00
parent 2284ff26ee
commit 224e248828
2793 changed files with 357006 additions and 72 deletions

View File

@ -38,7 +38,7 @@ public class I2PBrowser {
}
private void launchChromium(boolean privateWindow, String[] url) {
System.out.println("I2PChromium");
I2PChromium.usability = usability;
I2PChromiumProfileBuilder.usability = usability;
i2pChromium.launch(privateWindow, url);
}
private void launchGeneric(boolean privateWindow, String[] url) {