forked from I2P_Developers/i2p.i2p
merge of '8027b8544962ebd34af3edfe73bbc8195f8c1e90'
and '871249c3be5c8d8ce83a539ba8c5409876ef3a44'
This commit is contained in:
@@ -114,7 +114,7 @@ public class UrlLauncher {
|
||||
if (osName.toLowerCase(Locale.US).indexOf("mac") > -1) {
|
||||
if (osName.toLowerCase(Locale.US).startsWith("mac os x")) {
|
||||
|
||||
if (_shellCommand.executeSilentAndWaitTimed("safari " + url, 5))
|
||||
if (_shellCommand.executeSilentAndWaitTimed("open " + url, 5))
|
||||
return true;
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user