warns about sending large files in GUI (#123)

This commit is contained in:
Micah Lee 2014-09-18 01:35:30 +00:00
parent 5b9176c9d4
commit 4f6cff6503
6 changed files with 19 additions and 6 deletions

View file

@ -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