Skip to content

Commit

Permalink
frontend: Added 'Failed adding to Steam Library dialog' in program_ro…
Browse files Browse the repository at this point in the history
…w.py' dialog (#3730)

frontend: Added 'Failed adding to Steam Library dialog' in program_row.py
  • Loading branch information
Mohamed1242012 authored Feb 4, 2025
1 parent 723679c commit 0967184
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bottles/frontend/program_row.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,10 @@ def update(result, _error=False):
self.window.show_toast(
_('"{0}" added to your Steam library').format(self.program["name"])
)
else:
self.window.show_toast(
_('"{0}" failed adding to your Steam library').format(self.program["name"])
)

steam_manager = SteamManager(self.config)
RunAsync(
Expand Down

0 comments on commit 0967184

Please sign in to comment.