修复更新弹窗可能导致的bug
parent
1c462ce152
commit
4dc7937321
|
@ -1,7 +0,0 @@
|
||||||
### 优化
|
|
||||||
|
|
||||||
- 更新所有依赖包到最新
|
|
||||||
|
|
||||||
### 修复
|
|
||||||
|
|
||||||
- 修复试听酷狗源的音乐仍然获取320k音质导致获取失败的Bug
|
|
|
@ -107,6 +107,7 @@ export default {
|
||||||
})
|
})
|
||||||
rendererOn('update-downloaded', () => {
|
rendererOn('update-downloaded', () => {
|
||||||
this.clearUpdateTimeout()
|
this.clearUpdateTimeout()
|
||||||
|
this.setVersionModalVisible({ isError: false })
|
||||||
this.showUpdateModal()
|
this.showUpdateModal()
|
||||||
})
|
})
|
||||||
rendererOn('update-not-available', () => {
|
rendererOn('update-not-available', () => {
|
||||||
|
|
Loading…
Reference in New Issue