mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-21 03:04:31 +10:00
Fix SysPatch
This commit is contained in:
@@ -474,6 +474,7 @@ class PatchSysVolume:
|
||||
if self.no_patch is False and self.constants.gui_mode is False:
|
||||
change_menu = input("Would you like to continue with Root Volume Patching?(y/n): ")
|
||||
elif self.constants.gui_mode is True:
|
||||
change_menu = "y"
|
||||
print("Continuing root patching")
|
||||
else:
|
||||
change_menu = None
|
||||
|
||||
Reference in New Issue
Block a user