We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c958629 commit 30f9298Copy full SHA for 30f9298
src-electron/ui/window.js
@@ -128,7 +128,7 @@ export function windowCreate(port, args) {
128
title: args?.filePath == null ? menu.newConfiguration : args?.filePath,
129
useContentSize: true,
130
webPreferences: webPreferences,
131
- titleBarStyle: process.platform === 'win32' ? 'default' : 'hidden',
+ titleBarStyle: process.platform === 'darwin' ? 'hidden' : 'default',
132
trafficLightPosition: { x: 15, y: 20 },
133
titleBarOverlay: {
134
color: '#F4F4F4',
0 commit comments