mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-06 08:25:15 -04:00
Fix a few issues related to opening settings and quitting
This commit is contained in:
parent
a14464d834
commit
f4e3f92c7b
3 changed files with 13 additions and 13 deletions
|
@ -237,14 +237,10 @@ class MainWindow(QtWidgets.QMainWindow):
|
|||
self.website_mode.server_status.autostart_timer_container.hide()
|
||||
|
||||
d = SettingsDialog(self.common)
|
||||
d.settings_saved.connect(reload_settings)
|
||||
# d.settings_saved.connect(reload_settings)
|
||||
# TODO: move the reload_settings logic into tabs
|
||||
d.exec_()
|
||||
|
||||
# When settings close, refresh the server status UI
|
||||
self.share_mode.server_status.update()
|
||||
self.receive_mode.server_status.update()
|
||||
self.website_mode.server_status.update()
|
||||
|
||||
def check_for_updates(self):
|
||||
"""
|
||||
Check for updates in a new thread, if enabled.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue