mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-19 20:14:13 -04:00
Update onionshare_gui.py
This commit is contained in:
parent
a9090cc225
commit
340d375d2b
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ class OnionShareGui(QtWidgets.QMainWindow):
|
||||||
"""
|
"""
|
||||||
common.log('OnionShareGui', 'start_server_step2')
|
common.log('OnionShareGui', 'start_server_step2')
|
||||||
|
|
||||||
# add progress bar to the status bar, indicating the crunching of files.
|
# add progress bar to the status bar, indicating the compressing of files.
|
||||||
self._zip_progress_bar = ZipProgressBar(0)
|
self._zip_progress_bar = ZipProgressBar(0)
|
||||||
self.filenames = []
|
self.filenames = []
|
||||||
for index in range(self.file_selection.file_list.count()):
|
for index in range(self.file_selection.file_list.count()):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue