mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-02 05:49:41 +08:00
🐛 Fix: fix tray image after drag
This commit is contained in:
@@ -387,7 +387,7 @@ export function createTray () {
|
||||
})
|
||||
|
||||
tray.on('drag-end', () => {
|
||||
tray!.setImage(`${__static}/menubar.png`)
|
||||
tray!.setImage(getTrayIcon())
|
||||
})
|
||||
|
||||
// drop-files only be supported in macOS
|
||||
|
||||
Reference in New Issue
Block a user