refactor(main): window allows for resizing

This commit is contained in:
QC2168 2023-09-09 14:35:56 +08:00
parent ffe526f970
commit 6c0288855e
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ async function createWindow() {
autoHideMenuBar: true,
minWidth: 970,
minHeight: 600,
resizable: false,
resizable: true,
width: 970,
height: 600,
webPreferences: {