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/46468pull/2356/head
parent
03bba4259e
commit
4fa6449a41
|
@ -127,6 +127,7 @@ export const createWindow = () => {
|
||||||
minimizable: false,
|
minimizable: false,
|
||||||
maximizable: false,
|
maximizable: false,
|
||||||
fullscreenable: false,
|
fullscreenable: false,
|
||||||
|
roundedCorners: false,
|
||||||
show: false,
|
show: false,
|
||||||
alwaysOnTop: isAlwaysOnTop,
|
alwaysOnTop: isAlwaysOnTop,
|
||||||
skipTaskbar: !isShowTaskbar,
|
skipTaskbar: !isShowTaskbar,
|
||||||
|
|
Loading…
Reference in New Issue