Skip to content

Commit

Permalink
Remove popup.close() call in gametilelist.py
Browse files Browse the repository at this point in the history
Removes the call to the close method as it causes the popup to immediately close after showing on the Gnome DE.
  • Loading branch information
orende committed Jun 23, 2023
1 parent f49c4cd commit 3cedc64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion minigalaxy/ui/gametilelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ def __install_game(self, save_location):
popup = Notify.Notification.new("Minigalaxy", _("Finished downloading and installing {}")
.format(self.game.name), "dialog-information")
popup.show()
popup.close()

def __install(self, save_location, update=False, dlc_title=""):
if update:
Expand Down

0 comments on commit 3cedc64

Please sign in to comment.