Misc tweaks

loadURL() -> loadUrl() in index.js
Move Bootstrap files
This commit is contained in:
CakeLancelot
2023-09-02 23:03:00 -05:00
parent 7dd018e336
commit 7131026b2f
5 changed files with 17 additions and 10 deletions

View File

@@ -205,7 +205,7 @@ function showMainWindow() {
require("shell").openExternal("https://discord.gg/DYavckB");
break;
default:
mainWindow.loadURL(url);
mainWindow.loadUrl(url);
}
});
}