Make sure the initial screen size is bigger
This commit is contained in:
parent
624afb5506
commit
0999f9ae9b
4
main.js
4
main.js
@ -8,8 +8,8 @@ const frontendPath = 'frontend/'
|
|||||||
function createWindow() {
|
function createWindow() {
|
||||||
// Create the browser window.
|
// Create the browser window.
|
||||||
const mainWindow = new BrowserWindow({
|
const mainWindow = new BrowserWindow({
|
||||||
width: 800,
|
width: 1680,
|
||||||
height: 600,
|
height: 960,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: true,
|
nodeIntegration: true,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user