We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abfc292 commit 3e26aadCopy full SHA for 3e26aad
packages/firecamp-electron/src/main.ts
@@ -16,7 +16,7 @@ const appUpdater = new AppUpdater();
16
const createWindow = () => {
17
const { width, height } = screen.getPrimaryDisplay().workAreaSize;
18
const win = new BrowserWindow({
19
- frame: false,
+ frame: true,
20
width,
21
height,
22
icon: nativeImage.createFromPath(appIcon),
0 commit comments