Skip to content

Commit 69113c7

Browse files
committed
更新下载完毕后通知
1 parent d247a2f commit 69113c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Setting.vue

+1
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ export default {
502502
ipcRenderer.send('downloadUpdate')
503503
ipcRenderer.on('update-downloaded', () => {
504504
this.update.downloaded = true
505+
this.$message.success('更新已下载完成!Mac用户须手动点击“安装”,其它系统会在退出后自动安装')
505506
})
506507
},
507508
installUpdate () {

0 commit comments

Comments
 (0)