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

Commit

Permalink
chore: 💡 Update to remove frame on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTorresDev committed Aug 24, 2023
1 parent 6ed44c2 commit f22bd63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ function createWindow() {
const mainWindow = new BrowserWindow({
width: 1000,
height: 600,
frame: false // Use to linux
titleBarStyle: 'hidden',
titleBarOverlay: true,
webPreferences: {
Expand Down

0 comments on commit f22bd63

Please sign in to comment.