This commit is contained in:
NodeMixaholic 2023-03-09 01:08:44 -06:00 committed by GitHub
parent 8ab07b6ece
commit 95d7b9cae6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ const fetch = require("cross-fetch")
function createWindow () { function createWindow () {
// Create the browser window. // Create the browser window.
const mainWindow = new BrowserWindow({ const mainWindow = new BrowserWindow({
width: 800, width: 1094,
height: 600, height: 600,
webPreferences: { webPreferences: {
preload: path.join(__dirname, 'preload.js'), preload: path.join(__dirname, 'preload.js'),
@ -17,7 +17,7 @@ function createWindow () {
}) })
mainWindow.removeMenu() mainWindow.removeMenu()
mainWindow.setMinimumSize(800, 600) mainWindow.setMinimumSize(1094, 600)
const toBlock = [ const toBlock = [