Update main.js

This commit is contained in:
NodeMixaholic 2023-03-03 09:17:55 -06:00 committed by GitHub
parent 3a51b033a2
commit fd7a001a90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ function createWindow () {
})
mainWindow.removeMenu()
mainWindow.setMinimumSize(800, 600)
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
// 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.