mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-03 23:15:18 -04:00
If "Stop sharing automatically" is selected, only allow one download at a time (fixes #248)
This commit is contained in:
parent
0b588e543a
commit
c07f4e5f83
4 changed files with 53 additions and 5 deletions
3
setup.py
3
setup.py
|
@ -73,7 +73,8 @@ locale = [
|
|||
|
||||
html = [
|
||||
'resources/html/index.html',
|
||||
'resources/html/404.html',
|
||||
'resources/html/denied.html',
|
||||
'resources/html/404.html'
|
||||
]
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue