mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 01:02:12 +02:00
Fix coding-standards issue
This commit is contained in:
parent
a6fcf79bbd
commit
be7a947ddd
1 changed files with 1 additions and 2 deletions
|
@ -160,8 +160,7 @@ function HifiNotifications(config, menuNotificationCallback) {
|
|||
if ((optUrl.protocol === "hifi") || (optUrl.protocol === "hifiapp")) {
|
||||
StartInterface(options.url);
|
||||
_menuNotificationCallback(options.notificationType, false);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
shell.openExternal(options.url);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue