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

Remove popup.close() call in gametilelist.py #572

Closed orende closed 1 year ago

orende commented 1 year ago

Description

Removes the call to the close method as it causes the popup to immediately close after showing on the Gnome DE. This changes was accidentally left out of #571.

Checklist

sharkwouter commented 1 year ago

Thanks for the fix!