Start building Uploads widget

This commit is contained in:
Micah Lee 2018-05-04 16:26:54 -07:00
parent 5aa1310b26
commit bc5f299ecd
2 changed files with 38 additions and 1 deletions

View file

@ -22,6 +22,7 @@ from PyQt5 import QtCore, QtWidgets, QtGui
from onionshare import strings
from onionshare.web import Web
from .uploads import Uploads
from ..mode import Mode
class ReceiveMode(Mode):
@ -46,7 +47,7 @@ class ReceiveMode(Mode):
self.server_status.update()
# Downloads
#self.uploads = Uploads(self.common)
self.uploads = Uploads(self.common)
self.uploads_in_progress = 0
self.uploads_completed = 0
self.new_upload = False # For scrolling to the bottom of the uploads list