Apply app mode to all urls passed in Chromium mode
Former-commit-id: 601f4981b4
Former-commit-id: 80f2683e551ab4317e5c6fa51dc4586131a454d8
This commit is contained in:
@ -663,7 +663,10 @@ public class I2PChromium extends I2PCommonBrowser {
|
||||
}
|
||||
if (!arg.startsWith("-")) {
|
||||
// check if it's a URL
|
||||
visitURL.add(ValidURL(arg));
|
||||
if (privateBrowsing == 2)
|
||||
visitURL.add("--app=" + ValidURL(arg));
|
||||
else
|
||||
visitURL.add(ValidURL(arg));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user