mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 06:26:10 -04:00
Merge pull request #1963 from onionshare/mig/start-sharing-on-launch
Make it possible to automatically start a persistent share when OnionShare starts
This commit is contained in:
commit
b14d54d9c5
5 changed files with 62 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