mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Pass the correct args to UpdateChecker
This commit is contained in:
parent
9ce2c5cedf
commit
19e378dff4
@ -254,9 +254,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
|||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
self.update_thread = UpdateThread(
|
self.update_thread = UpdateThread(self.common, self.common.gui.onion)
|
||||||
self.common, self.common.gui.onion, self.common.gui.config
|
|
||||||
)
|
|
||||||
self.update_thread.update_available.connect(update_available)
|
self.update_thread.update_available.connect(update_available)
|
||||||
self.update_thread.start()
|
self.update_thread.start()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user