Skip to content

Commit

Permalink
Fix major bug-crash in the downgrades window
Browse files Browse the repository at this point in the history
  • Loading branch information
heliguy4599 committed Oct 24, 2023
1 parent be5cc30 commit e69f7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/downgrade_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def downgradeCallack(self):
if self.my_utils.maskFlatpak(self.app_id, self.install_type) == 0:
self.flatpak_row[7].set_visible(True)
else:
self.parent_window.toast_overlay.add_toast(Adw.Toast.new(_("Could disable updates for {}").format(name)))
self.parent_window.toast_overlay.add_toast(Adw.Toast.new(_("Could not disable updates for {}").format(self.app_name)))

self.close()

Expand Down

0 comments on commit e69f7ec

Please sign in to comment.