mirror of
https://github.com/onionshare/onionshare.git
synced 2025-12-16 00:34:09 -05:00
Merge 7f3b8a1b85 into c5ca9b03eb
This commit is contained in:
commit
db684b73a5
1 changed files with 1 additions and 1 deletions
|
|
@ -424,7 +424,7 @@ class ShareMode(Mode):
|
|||
|
||||
|
||||
class ZipProgressBar(QtWidgets.QProgressBar):
|
||||
update_processed_size_signal = QtCore.Signal(int)
|
||||
update_processed_size_signal = QtCore.Signal(object)
|
||||
|
||||
def __init__(self, common, total_files_size):
|
||||
super(ZipProgressBar, self).__init__()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue