🎨 Improved importer error dialog
- Kept simple for single errors - Made more readable for multiple errors
This commit is contained in:
@@ -44,6 +44,6 @@ class SGDBManager(AsyncManager):
|
||||
# If invalid auth, cancel all SGDBManager tasks
|
||||
self.cancellable.cancel()
|
||||
raise FriendlyError(
|
||||
"Couldn't authenticate to SGDB",
|
||||
"Couldn't authenticate to SteamGridDB",
|
||||
"Verify your API key in the preferences",
|
||||
) from error
|
||||
|
||||
Reference in New Issue
Block a user