mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[ui][screeshots] improvement: 'loading' message displays the amount of images being loaded
This commit is contained in:
@@ -111,7 +111,7 @@ class ScreenshotsDialog(QDialog):
|
||||
else:
|
||||
self.img.setPixmap(QPixmap())
|
||||
self.img.setCursor(QCursor(Qt.WaitCursor))
|
||||
self.img.setText('{}...'.format(self.i18n['screenshots.image.loading']))
|
||||
self.img.setText('{} {}/{}...'.format(self.i18n['screenshots.image.loading'], self.img_idx + 1, len(self.screenshots)))
|
||||
self.progress_bar.setVisible(True)
|
||||
self.thread_progress.start()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user