We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd88f5e commit b9cd538Copy full SHA for b9cd538
electron/main/app.ts
@@ -65,6 +65,8 @@ const createMainWindow = async (): Promise<void> => {
65
const mainWindow = new BrowserWindow({
66
width: 1200,
67
height: 800,
68
+ minWidth: 600,
69
+ minHeight: 500,
70
show: false, // hidden until window loads contents to avoid a blank screen
71
webPreferences: {
72
preload: path.join(appPreloadPath, 'index.js'),
0 commit comments