mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Merge pull request #1281 from mig5/fix_check_for_new_release
Fix the onion object when checking for a new release via the Settings Dialog
This commit is contained in:
commit
754c4e9c10
@ -787,7 +787,7 @@ class SettingsDialog(QtWidgets.QDialog):
|
||||
)
|
||||
close_forced_update_thread()
|
||||
|
||||
forced_update_thread = UpdateThread(self.common, self.onion, force=True)
|
||||
forced_update_thread = UpdateThread(self.common, self.common.gui.onion, force=True)
|
||||
forced_update_thread.update_available.connect(update_available)
|
||||
forced_update_thread.update_not_available.connect(update_not_available)
|
||||
forced_update_thread.update_error.connect(update_error)
|
||||
|
Loading…
Reference in New Issue
Block a user