Skip to content

Commit

Permalink
Fixed modal window on Windows.
Browse files Browse the repository at this point in the history
Fixed modal window on Windows.
  • Loading branch information
YuhApps committed Jul 26, 2023
1 parent 0aeb813 commit 71d6cf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ ipcMain.on('new', (e) => {
width: 600,
modal: true,
parent: mainWindow,
titleBarStyle: 'hidden',
webPreferences: {
contextIsolation: false,
nodeIntegration: true
Expand Down

0 comments on commit 71d6cf0

Please sign in to comment.