mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-01 10:09:37 +08:00
🐛 Fix: macos clipboard image can't show on tray page
ISSUES CLOSED: #961
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user