mirror of
https://github.com/mgerb/ps-launcher
synced 2026-01-09 18:12:50 +00:00
v0.0.2 - webview and other updates
This commit is contained in:
2
main.js
2
main.js
@@ -13,7 +13,7 @@ let mainWindow;
|
||||
|
||||
function createWindow() {
|
||||
// Create the browser window.
|
||||
mainWindow = new BrowserWindow({ width: 800, height: 600, frame: false });
|
||||
mainWindow = new BrowserWindow({ width: 1200, height: 800, frame: false });
|
||||
|
||||
// and load the index.html of the app.
|
||||
mainWindow.loadURL(
|
||||
|
||||
Reference in New Issue
Block a user