mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-31 10:30:10 -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
18
resources/html/denied.html
Normal file
18
resources/html/denied.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>OnionShare</title>
|
||||
<style>
|
||||
body {
|
||||
background-color: #222222;
|
||||
color: #ffffff;
|
||||
text-align: center;
|
||||
font-family: sans-serif;
|
||||
padding: 5em 1em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>OnionShare download in progress</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue