mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 23:45:04 -04:00
"Stop sharing automatically" checkbox respected in GUI when toggled before the server is started (fixes #223)
This commit is contained in:
parent
76d65c678b
commit
ce79633eec
2 changed files with 5 additions and 2 deletions
|
@ -106,7 +106,7 @@ class OnionShareGui(QtGui.QWidget):
|
|||
self.downloads = Downloads()
|
||||
|
||||
# options
|
||||
self.options = Options(web)
|
||||
self.options = Options(web, self.app)
|
||||
|
||||
# status bar
|
||||
self.status_bar = QtGui.QStatusBar()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue