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

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