Skip to content

Commit

Permalink
Merge from 5.x: PR #21436
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Oct 21, 2023
2 parents 2f02e99 + 6b31570 commit 5641ab4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spyder/plugins/application/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,13 @@ def _check_updates_ready(self):
box.setText(error_msg)
box.set_check_visible(False)
box.show()
if self.application_update_status:
self.application_update_status.set_no_status()
elif update_available:
if self.application_update_status:
self.application_update_status.set_status_pending(
latest_release)

# Update using our installers
if parse(latest_release) >= parse("6.0.0"):
box.setStandardButtons(QMessageBox.Yes | QMessageBox.No)
Expand Down

0 comments on commit 5641ab4

Please sign in to comment.