mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-08 17:34:56 -04:00
Make it possible to automatically start a persistent share when OnionShare starts
This commit is contained in:
parent
6e05ee4426
commit
9a5bd1f177
4 changed files with 27 additions and 2 deletions
|
@ -40,7 +40,11 @@ class ModeSettings:
|
|||
"client_auth_priv_key": None,
|
||||
"client_auth_pub_key": None,
|
||||
},
|
||||
"persistent": {"mode": None, "enabled": False},
|
||||
"persistent": {
|
||||
"mode": None,
|
||||
"enabled": False,
|
||||
"autostart_on_launch": False
|
||||
},
|
||||
"general": {
|
||||
"title": None,
|
||||
"public": False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue