mirror of
https://github.com/onionshare/onionshare.git
synced 2025-09-24 14:28:39 -04:00
Fix the onion object when checking for a new release via the Settings Dialog
This commit is contained in:
parent
fcf4c85f6e
commit
8822c0b6da
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue