start browser discovery code for Windows

This commit is contained in:
idk
2022-08-27 21:03:29 -04:00
parent 596bb77102
commit ba9ee25941

View File

@ -64,7 +64,7 @@ public class I2PGenericUnsafeBrowser {
{
// Scanner is no longer needed if match is found, so close it
kb.close();
String defaultBrowser = matcher.toString();
String defaultBrowser = matcher.group(1);
//group(1);
// Capitalize first letter and return String
//defaultBrowser = defaultBrowser.substring(0, 1).toUpperCase() + defaultBrowser.substring(1, defaultBrowser.length());