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 8faba2e commit 860d49bCopy full SHA for 860d49b
packages/spotlight/src/electron/main/index.ts
@@ -129,6 +129,7 @@ const createWindow = () => {
129
// frame: false,
130
// transparent: true,
131
titleBarStyle: isMac ? "hidden" : undefined,
132
+ ...(!isMac ? { titleBarOverlay: true } : {}),
133
trafficLightPosition: { x: 16, y: 16 },
134
// titleBarOverlay: {
135
// color: '#2f3241',
0 commit comments