Skip to content

Commit

Permalink
Apply suggestion from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Cordoba <[email protected]>
  • Loading branch information
mrclary and ccordoba12 committed Feb 19, 2024
1 parent b9d341f commit ed98ee7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spyder/plugins/application/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,13 @@ def setup(self):
self.dialog_manager = DialogManager()

self.application_update_status = ApplicationUpdateStatus(
parent=self)
parent=self
)

# Users can only use this widget in our apps.
if not is_pynsist() and not running_in_mac_app():
self.application_update_status.hide()

(self.application_update_status.sig_check_for_updates_requested
.connect(self.check_updates))
(self.application_update_status.sig_install_on_close_requested
Expand Down

0 comments on commit ed98ee7

Please sign in to comment.