Skip to content

Commit e3d2def

Browse files
committed
fix(macos): hide window shadow
1 parent 2b8c4fe commit e3d2def

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/background.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ if (isProd) {
6464
maxWidth: 1000,
6565
icon: join(__dirname, 'images', 'logo', '256x256.png'),
6666
alwaysOnTop: true,
67+
hasShadow: false,
6768
});
6869

6970
mainWindow.setVisibleOnAllWorkspaces(true);

0 commit comments

Comments
 (0)