From b8e29eca28e1e1d65b8103588961a6a3a18a1f8b Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Tue, 22 Jun 2021 16:47:30 -0600 Subject: [PATCH] Fix SysPatch --- Resources/SysPatch.py | 1 + 1 file changed, 1 insertion(+) 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