mirror of
https://github.com/c9moser/sgbackup.git
synced 2026-01-19 19:40:13 +00:00
2025.03.24 00:37:38 (desktop)
This commit is contained in:
parent
21648c2aef
commit
18c194368f
@ -420,7 +420,7 @@ class GameView(Gtk.Box):
|
||||
def _on_new_epic_games_button_clicked(self,button):
|
||||
epic = Epic()
|
||||
if not epic.find_new_apps():
|
||||
dialog = EpicNewAppsDialog(self.get_root())
|
||||
dialog = EpicNoNewAppsDialog(self.get_root())
|
||||
else:
|
||||
dialog = EpicNewAppsDialog(self.get_root())
|
||||
dialog.connect_after('response',self._on_new_apps_dialog_response)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user