sharkwouter / minigalaxy

A simple GOG client for Linux
https://sharkwouter.github.io/minigalaxy/
GNU General Public License v3.0
1.09k stars 70 forks source link

Add notification popup on game installed #571

Closed orende closed 1 year ago

orende commented 1 year ago

Description

Shows a native notification popup when games have been successfully downloaded and installed. Partially addresses #566 .

Checklist

sharkwouter commented 1 year ago

Thanks a lot!

orende commented 1 year ago

@sharkwouter There's still a popup.close() call in the gametilelist.py file, which I fear could cause the same problem you had with the gametile.py file. Do you want me to open up another PR to fix that?

sharkwouter commented 1 year ago

Oh, I forgot about that. Good call. Please do