mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-01 19:06:20 -04:00
warns about sending large files in GUI (#123)
This commit is contained in:
parent
5b9176c9d4
commit
4f6cff6503
6 changed files with 19 additions and 6 deletions
|
@ -25,7 +25,6 @@ from onionshare import strings, helpers
|
|||
class Options(QtGui.QHBoxLayout):
|
||||
def __init__(self, web):
|
||||
super(Options, self).__init__()
|
||||
self.addSpacing(10)
|
||||
|
||||
self.web = web
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue