mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 12:48:18 +10:00
GUI: Reset update stage on main menu
This commit is contained in:
@@ -32,6 +32,8 @@ class MainFrame(wx.Frame):
|
||||
self.model_label: wx.StaticText = None
|
||||
self.build_button: wx.Button = None
|
||||
|
||||
self.constants.update_stage = gui_support.AutoUpdateStages.INACTIVE
|
||||
|
||||
self._generate_elements()
|
||||
|
||||
self.SetPosition(screen_location) if screen_location else self.Centre()
|
||||
|
||||
Reference in New Issue
Block a user