Skip to content

Commit 3e26aad

Browse files
authored
fix(desktop-app): missing window frame
1 parent abfc292 commit 3e26aad

File tree

1 file changed

+1
-1
lines changed
  • packages/firecamp-electron/src

1 file changed

+1
-1
lines changed

packages/firecamp-electron/src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const appUpdater = new AppUpdater();
1616
const createWindow = () => {
1717
const { width, height } = screen.getPrimaryDisplay().workAreaSize;
1818
const win = new BrowserWindow({
19-
frame: false,
19+
frame: true,
2020
width,
2121
height,
2222
icon: nativeImage.createFromPath(appIcon),

0 commit comments

Comments
 (0)