mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-05 07:55:23 -04:00
Added optional filename logging for individual file downloads
This commit is contained in:
parent
8102c15376
commit
4128cad08f
3 changed files with 25 additions and 2 deletions
|
@ -48,7 +48,11 @@ class ModeSettings:
|
|||
"autostop_timer": False,
|
||||
"service_id": None,
|
||||
},
|
||||
"share": {"autostop_sharing": True, "filenames": []},
|
||||
"share": {
|
||||
"autostop_sharing": True,
|
||||
"filenames": [],
|
||||
"log_filenames": False,
|
||||
},
|
||||
"receive": {
|
||||
"data_dir": self.build_default_receive_data_dir(),
|
||||
"webhook_url": None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue