Fix SGDB warning dialog popping up twice

This commit is contained in:
kramo
2023-04-15 00:15:09 +02:00
parent 6b2678c5f6
commit 00151abcf7

View File

@@ -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"),