mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[ui] improved 'ready' status on the initializing dialog
This commit is contained in:
@@ -296,7 +296,7 @@ class PreparePanel(QWidget, TaskManager):
|
||||
self.signal_status.emit(self.ntasks, self.ftasks)
|
||||
|
||||
if self.ntasks == self.ftasks:
|
||||
self.label_top.setText("... {} ...".format(self.i18n['ready'].capitalize()))
|
||||
self.label_top.setText(self.i18n['ready'].capitalize())
|
||||
|
||||
def finish(self):
|
||||
if self.isVisible():
|
||||
|
||||
Reference in New Issue
Block a user