mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 11:30:15 +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:
|
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): ")
|
change_menu = input("Would you like to continue with Root Volume Patching?(y/n): ")
|
||||||
elif self.constants.gui_mode is True:
|
elif self.constants.gui_mode is True:
|
||||||
|
change_menu = "y"
|
||||||
print("Continuing root patching")
|
print("Continuing root patching")
|
||||||
else:
|
else:
|
||||||
change_menu = None
|
change_menu = None
|
||||||
|
|||||||
Reference in New Issue
Block a user