mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-14 02:37:01 -07:00
fix
This commit is contained in:
parent
c03eea8d7f
commit
ac2fe87443
1 changed files with 1 additions and 5 deletions
|
@ -37,11 +37,7 @@ class QProgressBarCSWProgress(QCSWControl):
|
|||
def _on_csw_config(self, config : lib_csw.Progress.Config):
|
||||
title = config.get_title()
|
||||
if title is not None:
|
||||
|
||||
if len(title) != 0 and title[0] == '@':
|
||||
title = L(title[1:])
|
||||
|
||||
self._label_title.setText(title)
|
||||
self._label_title.setText(L(title))
|
||||
self._label_title.show()
|
||||
else:
|
||||
self._label_title.hide()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue