diff --git a/Resources/SysPatch.py b/Resources/SysPatch.py index a47de0ff0..861771fe1 100644 --- a/Resources/SysPatch.py +++ b/Resources/SysPatch.py @@ -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