update index.html
Former-commit-id: cc54b85188
Former-commit-id: a9c52d1c5d5a9f8f346f259a7d6e195a9eec5248
This commit is contained in:
@ -31,18 +31,10 @@ public class I2PBrowser {
|
||||
System.out.println("I2PFirefox");
|
||||
i2pFirefox.launch(privateWindow, url);
|
||||
}
|
||||
private void launchFirefox(boolean privateWindow) {
|
||||
System.out.println("I2PFirefox");
|
||||
i2pFirefox.launch(privateWindow);
|
||||
}
|
||||
private void launchChromium(boolean privateWindow, String[] url) {
|
||||
System.out.println("I2PChromium");
|
||||
i2pChromium.launch(privateWindow, url);
|
||||
}
|
||||
private void launchChromium(boolean privateWindow) {
|
||||
System.out.println("I2PChromium");
|
||||
i2pChromium.launch(privateWindow);
|
||||
}
|
||||
|
||||
/**
|
||||
* Construct an I2PBrowser class which automatically determines which browser to use.
|
||||
|
Reference in New Issue
Block a user