From 549ea19c2657a5e910267720cd8bf44d7e3ba09e Mon Sep 17 00:00:00 2001 From: lyswhut Date: Wed, 15 Feb 2023 09:12:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=B8=8D=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/modules/winLyric/main.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/modules/winLyric/main.ts b/src/main/modules/winLyric/main.ts index 8fe54f77..061466df 100644 --- a/src/main/modules/winLyric/main.ts +++ b/src/main/modules/winLyric/main.ts @@ -77,9 +77,9 @@ const winEvent = () => { browserWindow!.setIgnoreMouseEvents(true, { forward: !isLinux && global.lx.appSetting['desktopLyric.isHoverHide'] }) } // linux下每次重开时貌似要重新设置置顶 - if (isLinux && global.lx.appSetting['desktopLyric.isAlwaysOnTop']) { - browserWindow!.setAlwaysOnTop(global.lx.appSetting['desktopLyric.isAlwaysOnTop'], 'screen-saver') - } + // if (isLinux && global.lx.appSetting['desktopLyric.isAlwaysOnTop']) { + // browserWindow!.setAlwaysOnTop(global.lx.appSetting['desktopLyric.isAlwaysOnTop'], 'screen-saver') + // } if (global.lx.appSetting['desktopLyric.isAlwaysOnTop'] && global.lx.appSetting['desktopLyric.isAlwaysOnTopLoop']) alwaysOnTopTools.startLoop() }) }