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 c4459ea commit 8829a90Copy full SHA for 8829a90
src/main.js
@@ -35,8 +35,6 @@ const createWindow = () => {
35
y: windowState.bounds.y,
36
minWidth: 900,
37
minHeight: 480,
38
- // Remove the window frame
39
- frame: false,
40
// Hide the title bar but keep traffic lights on MacOS
41
titleBarStyle: process.platform === 'darwin' ? 'hidden' : 'default',
42
// Hide the menu bar in windows and linux
0 commit comments