[appimage] showing an error dialog when it was not possible to download the file

This commit is contained in:
Vinicius Moreira
2019-10-15 16:49:00 -03:00
parent 0957a4fa15
commit dfe23df4b6
6 changed files with 11 additions and 10 deletions

View File

@@ -807,7 +807,7 @@ class ManageWindow(QWidget):
def finish_action(self):
self.ref_combo_styles.setVisible(True)
self.thread_animate_progress.stop = True
self.thread_animate_progress.wait()
self.thread_animate_progress.wait(msecs=1000)
self.ref_progress_bar.setVisible(False)
self.progress_bar.setValue(0)
self.progress_bar.setTextVisible(False)