We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b5fcf commit 2787ac9Copy full SHA for 2787ac9
1 file changed
src/client/main-window/main-window.ts
@@ -70,7 +70,7 @@ export class MainWindow extends GenericWindow {
70
minWidth: 1200,
71
minHeight: 300,
72
show: false, // Don't show the window until it is ready
73
- titleBarStyle: "hidden",
+ titleBarStyle: process.platform === "darwin" ? "hidden" : "default",
74
webPreferences: {
75
webSecurity: false,
76
allowRunningInsecureContent: false,
0 commit comments