diff --git a/resources/wx_gui/gui_sys_patch.py b/resources/wx_gui/gui_sys_patch.py index db2af6916..95647fe94 100644 --- a/resources/wx_gui/gui_sys_patch.py +++ b/resources/wx_gui/gui_sys_patch.py @@ -269,6 +269,8 @@ class SysPatchFrame(wx.Frame): start_button.Disable() elif no_new_patches is False: start_button.SetDefault() + else: + self.available_patches = False if can_unpatch is False: revert_button.Disable() diff --git a/resources/wx_gui/gui_update.py b/resources/wx_gui/gui_update.py index 5814d362a..5c6965216 100644 --- a/resources/wx_gui/gui_update.py +++ b/resources/wx_gui/gui_update.py @@ -74,6 +74,7 @@ class UpdateFrame(wx.Frame): progress_bar.Pulse() self.progress_bar = progress_bar + self.frame.Centre() self.frame.Show() wx.Yield()