Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Apr 28, 2024
1 parent 1efc0b7 commit cf0863c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/modules/winMain/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const createWindow = () => {
width: windowSizeInfo.width,
frame: false,
transparent: !global.envParams.cmdParams.dt,
hasShadow: !global.envParams.cmdParams.dt,
hasShadow: global.envParams.cmdParams.dt,
// enableRemoteModule: false,
// icon: join(global.__static, isWin ? 'icons/256x256.ico' : 'icons/512x512.png'),
resizable: false,
Expand Down

0 comments on commit cf0863c

Please sign in to comment.