Skip to content

Commit f6d2199

Browse files
Min Frame Width and Height
- Need to make an update to responsiveness
1 parent 3d7c843 commit f6d2199

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ const createWindow = () => {
6262
mainWindow = new BrowserWindow({
6363
width: windowWidth,
6464
height: windowHeight,
65+
minWidth: 800,
66+
minHeight: 600,
6567
frame: false,
6668
webPreferences: {
6769
preload: path.join(__dirname, 'preload.js'),

0 commit comments

Comments
 (0)