You've already forked lx-music-desktop
减少桌面歌词窗口自动置顶刷新间隔,修复窗口被遮挡时歌词会被暂停的问题(#2320)
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
- 修复潜在播放暂停的问题
|
||||
- 修复 kw 歌单详情出现打开失败的问题(#2317)
|
||||
- 修复 kg 热门评论无法获取的问题
|
||||
- 修复桌面歌词被遮挡时会被暂停的问题(#2320)
|
||||
|
||||
### 优化
|
||||
|
||||
|
||||
@@ -138,6 +138,7 @@ export const createWindow = () => {
|
||||
enableWebSQL: false,
|
||||
webgl: false,
|
||||
spellcheck: false, // 禁用拼写检查器
|
||||
backgroundThrottling: false,
|
||||
},
|
||||
})
|
||||
|
||||
@@ -224,7 +225,7 @@ export const alwaysOnTopTools: AlwaysOnTopTools = {
|
||||
return
|
||||
}
|
||||
setAlwaysOnTop(true, 'screen-saver')
|
||||
}, 1000)
|
||||
}, 500)
|
||||
},
|
||||
clearLoop() {
|
||||
if (!this.timeout) return
|
||||
|
||||
Reference in New Issue
Block a user