Move payload reroutes to dedicated class

This commit is contained in:
Mykola Grymalyuk
2022-05-18 19:41:13 -06:00
parent ccdfe740d9
commit 3134530b4c
3 changed files with 64 additions and 43 deletions

View File

@@ -1288,7 +1288,7 @@ class wx_python_gui:
thread_ia = threading.Thread(target=ia)
thread_ia.start()
while thread_ia.is_alive():
while thread_ia.is_alive() or self.constants.unpack_thread.is_alive():
self.pulse_alternative(self.progress_bar)
wx.GetApp().Yield()
available_installers = self.available_installers