Skip to content

Commit

Permalink
Updated window view
Browse files Browse the repository at this point in the history
  • Loading branch information
RenzoDD committed May 22, 2022
1 parent 52b9a02 commit 246d37a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ app.whenReady().then(() => {
width: 450,
height: 650,
webPreferences: {
//devTools: false,
devTools: false,
nodeIntegration: true,
contextIsolation: false
},
icon: __dirname + "\\views\\img\\icon.png",
autoHideMenuBar: true,
//maximizable: false,
//resizable: false,
maximizable: false,
resizable: false,
show: false
})
myWindow.setAlwaysOnTop(true, 'screen');
Expand Down

0 comments on commit 246d37a

Please sign in to comment.