mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-09 14:52:40 -04:00
close automatically checkbox respects --stay-open argument again
This commit is contained in:
parent
49eac35196
commit
9cb1871b02
2 changed files with 6 additions and 3 deletions
|
@ -48,7 +48,7 @@ class OnionShareGui(QtGui.QWidget):
|
|||
downloads = Downloads()
|
||||
|
||||
# options
|
||||
options = Options()
|
||||
options = Options(web.stay_open)
|
||||
|
||||
# main layout
|
||||
self.layout = QtGui.QVBoxLayout()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue