We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0515c9 commit 549ea19Copy full SHA for 549ea19
1 file changed
src/main/modules/winLyric/main.ts
@@ -77,9 +77,9 @@ const winEvent = () => {
77
browserWindow!.setIgnoreMouseEvents(true, { forward: !isLinux && global.lx.appSetting['desktopLyric.isHoverHide'] })
78
}
79
// linux下每次重开时貌似要重新设置置顶
80
- if (isLinux && global.lx.appSetting['desktopLyric.isAlwaysOnTop']) {
81
- browserWindow!.setAlwaysOnTop(global.lx.appSetting['desktopLyric.isAlwaysOnTop'], 'screen-saver')
82
- }
+ // if (isLinux && global.lx.appSetting['desktopLyric.isAlwaysOnTop']) {
+ // browserWindow!.setAlwaysOnTop(global.lx.appSetting['desktopLyric.isAlwaysOnTop'], 'screen-saver')
+ // }
83
if (global.lx.appSetting['desktopLyric.isAlwaysOnTop'] && global.lx.appSetting['desktopLyric.isAlwaysOnTopLoop']) alwaysOnTopTools.startLoop()
84
})
85
0 commit comments