increase initial app dimensions

This commit is contained in:
Ramnique Singh 2026-01-20 15:28:23 +05:30
parent cc38e8731e
commit 27f036042c

View file

@ -69,8 +69,8 @@ function registerAppProtocol() {
function createWindow() {
const win = new BrowserWindow({
width: 800,
height: 600,
width: 1280,
height: 800,
webPreferences: {
// IMPORTANT: keep Node out of renderer
nodeIntegration: false,