mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-30 11:44:23 -04:00
encode one way for CLI, encode another for GUI (#141)
This commit is contained in:
parent
fec0c9ad65
commit
89581b0a03
6 changed files with 21 additions and 18 deletions
|
@ -30,7 +30,7 @@ class Downloads(QtGui.QVBoxLayout):
|
|||
self.progress_bars = {}
|
||||
|
||||
# downloads label
|
||||
self.downloads_label = QtGui.QLabel(strings._('gui_downloads'))
|
||||
self.downloads_label = QtGui.QLabel(strings._('gui_downloads', True))
|
||||
self.downloads_label.hide()
|
||||
|
||||
# add the widgets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue