mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-15 17:40:41 -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
|
@ -35,7 +35,6 @@ class ServerStatus(QtGui.QVBoxLayout):
|
|||
def __init__(self, qtapp, app, web, file_selection):
|
||||
super(ServerStatus, self).__init__()
|
||||
self.status = self.STATUS_STOPPED
|
||||
self.addSpacing(10)
|
||||
|
||||
self.qtapp = qtapp
|
||||
self.app = app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue