mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-07 05:42:20 -04:00
Merge branch 'develop' into receiver-mode
This commit is contained in:
commit
8c89a05fd9
9 changed files with 139 additions and 83 deletions
|
@ -110,8 +110,7 @@ def main():
|
|||
app = OnionShare(common, onion, local_only, stay_open, shutdown_timeout)
|
||||
|
||||
# Launch the gui
|
||||
web.stay_open = stay_open
|
||||
gui = OnionShareGui(common, web, onion, qtapp, app, filenames, config)
|
||||
gui = OnionShareGui(onion, qtapp, app, filenames, config, local_only)
|
||||
|
||||
# Clean up when app quits
|
||||
def shutdown():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue