0bCdian / Waypaper-Engine

A wallpaper setter with playlist functionality!
GNU General Public License v3.0
165 stars 0 forks source link

Can not delete a picture #2

Closed TwelveNight closed 7 months ago

TwelveNight commented 7 months ago

image

Can not start the GUI frome the tray,When I config the app start from the tray,I can never start the GUI

0bCdian commented 7 months ago

I was able to reproduce this on my machine, I'll notify back when it's fixed!

0bCdian commented 7 months ago

Latest commit fixed the delete problem in the image context menu. This was caused because I naively reused the logic that imageCards in the react front-end have to delete themselves into the main process, thus the window object being undefined and throwing an exception when trying to access the confirm method.