fix type
This commit is contained in:
parent
68d847aca5
commit
c003efe1e9
@ -55,7 +55,7 @@ export const setLrcConfig = (keys: Array<keyof LX.AppSetting>, setting: Partial<
|
||||
isLockScreen = global.lx.appSetting['desktopLyric.isLockScreen']
|
||||
if (global.lx.appSetting['desktopLyric.isLockScreen']) {
|
||||
setBounds(getLyricWindowBounds(getBounds(), {
|
||||
x: null,
|
||||
x: 0,
|
||||
y: 0,
|
||||
w: global.lx.appSetting['desktopLyric.width'],
|
||||
h: global.lx.appSetting['desktopLyric.height'],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user