mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-06 08:25:15 -04:00
made --stay-open work in GUI (#58)
This commit is contained in:
parent
c74e259fb4
commit
8fce3adeb5
3 changed files with 9 additions and 2 deletions
|
@ -130,6 +130,7 @@ def main():
|
|||
webapp.onion_host = local_host
|
||||
webapp.qtapp = app
|
||||
webapp.clipboard = app.clipboard()
|
||||
webapp.stay_open = bool(stay_open)
|
||||
|
||||
# run the web app in a new thread
|
||||
webapp_port = onionshare.choose_port()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue