From 00151abcf73cb5d07202b07f6a50afdeff74f69f Mon Sep 17 00:00:00 2001 From: kramo <93832451+kra-mo@users.noreply.github.com> Date: Sat, 15 Apr 2023 00:15:09 +0200 Subject: [PATCH] Fix SGDB warning dialog popping up twice --- src/utils/steamgriddb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/steamgriddb.py b/src/utils/steamgriddb.py index 551f133..a000ed2 100644 --- a/src/utils/steamgriddb.py +++ b/src/utils/steamgriddb.py @@ -107,7 +107,7 @@ class SGDBSave: self.importer.done() self.importer.sgdb_exception = self.exception - if self.exception: + if self.exception and not self.importer: create_dialog( self.win, _("Couldn't Connect to SteamGridDB"),