mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-02 03:16:19 -04:00
Start building Uploads widget
This commit is contained in:
parent
5aa1310b26
commit
bc5f299ecd
2 changed files with 38 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue