Skip to content

Commit 0967184

Browse files
authored
frontend: Added 'Failed adding to Steam Library dialog' in program_row.py' dialog (#3730)
frontend: Added 'Failed adding to Steam Library dialog' in program_row.py
1 parent 723679c commit 0967184

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bottles/frontend/program_row.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,10 @@ def update(result, _error=False):
339339
self.window.show_toast(
340340
_('"{0}" added to your Steam library').format(self.program["name"])
341341
)
342+
else:
343+
self.window.show_toast(
344+
_('"{0}" failed adding to your Steam library').format(self.program["name"])
345+
)
342346

343347
steam_manager = SteamManager(self.config)
344348
RunAsync(

0 commit comments

Comments
 (0)