mirror of
https://github.com/OpenFusionProject/Client.git
synced 2025-04-09 06:10:12 +00:00
Fix call to nonexistent function in URL redirection
Gotta love runtime errors
This commit is contained in:
parent
7b3de1fe52
commit
48e2052748
2
index.js
2
index.js
@ -205,7 +205,7 @@ function showMainWindow() {
|
||||
require("shell").openExternal("https://discord.gg/DYavckB");
|
||||
break;
|
||||
default:
|
||||
mainWindow.webContents.loadURL(url);
|
||||
mainWindow.loadURL(url);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user