Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTorresDev authored Aug 24, 2023
1 parent 97c1550 commit ab17981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function createWindow() {
const mainWindow = new BrowserWindow({
width: 1000,
height: 600,
frame: false // Use to linux
frame: false, // Use to linux
titleBarStyle: 'hidden',
titleBarOverlay: true,
webPreferences: {
Expand Down Expand Up @@ -237,4 +237,4 @@ const exampleMenuTemplate = [
{ role: 'toggleDevTools', icon: path.resolve('example/assets', 'terminal.png') }
]
}
]
]

0 comments on commit ab17981

Please sign in to comment.