🐛 Fix: macos clipboard image can't show on tray page

ISSUES CLOSED: #961
This commit is contained in:
PiEgg
2022-08-25 20:04:50 +08:00
parent b6b2eeae6b
commit 20e38f4eb9
4 changed files with 48 additions and 11 deletions

View File

@@ -107,7 +107,6 @@ export default class extends Vue {
})
ipcRenderer.on('uploadFiles', async () => {
this.files = (await this.$$db.get<ImgInfo>({ orderBy: 'desc', limit: 5 })).data
console.log(this.files)
this.uploadFlag = false
})
ipcRenderer.on('updateFiles', () => {