Disable rounded corners for lyric window

Ensure that the lyric window looks the same
on Windows 11 as it does on other systems.

Ref: https://github.com/electron/electron/issues/46468
pull/2356/head
3gf8jv4dv 2025-04-19 19:10:18 +08:00
parent 03bba4259e
commit 4fa6449a41
No known key found for this signature in database
GPG Key ID: B7C6CFDBC685855B
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ export const createWindow = () => {
minimizable: false,
maximizable: false,
fullscreenable: false,
roundedCorners: false,
show: false,
alwaysOnTop: isAlwaysOnTop,
skipTaskbar: !isShowTaskbar,