mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-20 02:34:33 +10:00
GUI: Unify Yield() calls
This commit is contained in:
@@ -263,7 +263,7 @@ class InstallOCFrame(wx.Frame):
|
||||
thread.start()
|
||||
|
||||
while thread.is_alive():
|
||||
wx.GetApp().Yield()
|
||||
wx.Yield()
|
||||
|
||||
if self.result is True:
|
||||
if self.constants.update_stage != gui_support.AutoUpdateStages.INACTIVE:
|
||||
|
||||
Reference in New Issue
Block a user