mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-19 06:40:22 -04:00
Fix stay_open regression bug. Before, it was closing automatically even when the setting wasn't set. Also, remove the --stay-open option from the GUI, since GUI settings are set in the settings dialog not cli args
This commit is contained in:
parent
bc5f299ecd
commit
87e8652c18
6 changed files with 8 additions and 17 deletions
|
@ -49,7 +49,6 @@ class TestOnionShare:
|
|||
assert onionshare_obj.stealth is None
|
||||
assert onionshare_obj.cleanup_filenames == []
|
||||
assert onionshare_obj.local_only is False
|
||||
assert onionshare_obj.stay_open is False
|
||||
|
||||
def test_set_stealth_true(self, onionshare_obj):
|
||||
onionshare_obj.set_stealth(True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue