add support for forcibly setting based on routerconsole.browser

Former-commit-id: 655bc45035
Former-commit-id: 195074267db497fa21c281e0373c985d76693692
This commit is contained in:
idk
2022-08-27 23:49:15 -04:00
parent 96bf7b9098
commit 82a23ee121

View File

@ -59,7 +59,7 @@ public class I2PBrowser {
I2PGenericUnsafeBrowser.BROWSER = browserPath;
}
public I2PBrowser(String browserPath) {
public void setBrowser(String browserPath) {
I2PGenericUnsafeBrowser.BROWSER = browserPath;
}