summaryrefslogtreecommitdiff
path: root/onionshare
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-09-01 20:15:30 -0700
committerMicah Lee <micah@micahflee.com>2019-09-01 20:15:30 -0700
commit1c465b40fe13d7fe9db445d2d74d860a71c66a68 (patch)
tree9f96646a351d0b47e57293e6866976fb152eec0f /onionshare
parent1e1243c8b6d7a9a6a983ebbef0d105fb3c3a19a7 (diff)
downloadonionshare-1c465b40fe13d7fe9db445d2d74d860a71c66a68.tar.gz
onionshare-1c465b40fe13d7fe9db445d2d74d860a71c66a68.zip
Add new "Allow downloading of individual files" checkbox to share settings, and only allow it to be enabled when "Stop sharing after files have been sent" is unchecked
Diffstat (limited to 'onionshare')
-rw-r--r--onionshare/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/onionshare/settings.py b/onionshare/settings.py
index 762c6dc2..d76e4855 100644
--- a/onionshare/settings.py
+++ b/onionshare/settings.py
@@ -98,6 +98,7 @@ class Settings(object):
'auth_type': 'no_auth',
'auth_password': '',
'close_after_first_download': True,
+ 'share_allow_downloading_individual_files': True,
'autostop_timer': False,
'autostart_timer': False,
'use_stealth': False,