chore: enable frame for main window

This commit is contained in:
haritabh-z01 2025-07-05 23:43:59 +05:30
parent 4d0b3afd71
commit 07a66fcd13
4 changed files with 11 additions and 19 deletions

View file

@ -23,7 +23,7 @@ export class WindowManager {
this.mainWindow = new BrowserWindow({
width: 1200,
height: 800,
frame: false,
frame: true,
titleBarStyle: "hidden",
trafficLightPosition: { x: 20, y: 16 },
useContentSize: true,