Skip to content

Commit

Permalink
Merge pull request #572 from orende/feature/download-success-notifica…
Browse files Browse the repository at this point in the history
…tion

Remove popup.close() call in gametilelist.py
  • Loading branch information
sharkwouter committed Jun 23, 2023
2 parents f49c4cd + 3cedc64 commit 93d6395
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 93d6395

Please sign in to comment.