const mainWindow = new BrowserWindow({ width: 1600, height: 900, resizable: false, });
mainWindow.setResizable(false);