"Stop sharing automatically" checkbox respected in GUI when toggled before the server is started (fixes #223)

This commit is contained in:
Micah Lee 2015-11-20 13:43:19 -08:00
parent 76d65c678b
commit ce79633eec
2 changed files with 5 additions and 2 deletions

View file

@ -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()