Skip to content

Commit

Permalink
fix: Removed mac traffic lights from title bar
Browse files Browse the repository at this point in the history
Michael Kölle authored and Michael Kölle committed Nov 9, 2020
1 parent 3a20953 commit d4ff4bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/main.dev.ts
Original file line number Diff line number Diff line change
@@ -112,8 +112,6 @@ const createWindow = async () => {
minHeight: 600, // and a min height!
// Remove the window frame from windows applications
frame: false,
// Hide the titlebar from MacOS applications while keeping the stop lights
titleBarStyle: 'hidden',
webPreferences:
(process.env.NODE_ENV === 'development' ||
process.env.E2E_BUILD === 'true') &&

0 comments on commit d4ff4bb

Please sign in to comment.