mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-17 12:50:00 +10:00
GUI: Don’t prompt to root patch if no new patches
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user