Browse Source

change window minWidth from 800 -> 640

master
jeffvli 3 years ago
parent
commit
d20f2e3c5f
  1. 2
      src/main.dev.js

2
src/main.dev.js

@ -106,7 +106,7 @@ const createWindow = async () => {
preload: path.join(__dirname, 'preload.ts'), // Add custom titlebar functionality
},
autoHideMenuBar: true,
minWidth: 800,
minWidth: 640,
minHeight: 600,
frame: false,
});

Loading…
Cancel
Save