Update main.js
This commit is contained in:
parent
3a51b033a2
commit
fd7a001a90
1 changed files with 2 additions and 1 deletions
3
main.js
3
main.js
|
@ -17,6 +17,7 @@ function createWindow () {
|
||||||
})
|
})
|
||||||
|
|
||||||
mainWindow.removeMenu()
|
mainWindow.removeMenu()
|
||||||
|
mainWindow.setMinimumSize(800, 600)
|
||||||
|
|
||||||
|
|
||||||
const toBlock = [
|
const toBlock = [
|
||||||
|
@ -91,4 +92,4 @@ app.on('window-all-closed', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
// In this file you can include the rest of your app's specific main process
|
// In this file you can include the rest of your app's specific main process
|
||||||
// code. You can also put them in separate files and require them here.
|
// code. You can also put them in separate files and require them here.
|
||||||
|
|
Loading…
Reference in a new issue