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