mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 12:00:15 +10:00
gui.py: Sync menu
This commit is contained in:
@@ -1139,7 +1139,7 @@ class wx_python_gui:
|
|||||||
sys.stdout = self.stock_stdout
|
sys.stdout = self.stock_stdout
|
||||||
self.download_label.SetLabel(f"Finished Downloading {installer_name}")
|
self.download_label.SetLabel(f"Finished Downloading {installer_name}")
|
||||||
self.download_label.Centre(wx.HORIZONTAL)
|
self.download_label.Centre(wx.HORIZONTAL)
|
||||||
|
wx.App.Get().Yield()
|
||||||
# Update Label:
|
# Update Label:
|
||||||
sys.stdout=menu_redirect.RedirectLabelAll(self.download_label)
|
sys.stdout=menu_redirect.RedirectLabelAll(self.download_label)
|
||||||
sys.stderr=menu_redirect.RedirectLabelAll(self.download_label)
|
sys.stderr=menu_redirect.RedirectLabelAll(self.download_label)
|
||||||
|
|||||||
Reference in New Issue
Block a user