From d4873f8070e9696b340cf7e8406daceba97bdc93 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Tue, 22 Jun 2021 16:43:05 -0600 Subject: [PATCH] Fix CLI Root Patching --- Resources/SysPatch.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/SysPatch.py b/Resources/SysPatch.py index dbd1f783a..a47de0ff0 100644 --- a/Resources/SysPatch.py +++ b/Resources/SysPatch.py @@ -473,6 +473,8 @@ class PatchSysVolume: self.detect_patch_set() 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: + print("Continuing root patching") else: change_menu = None print("- No Root Patches required for your machine!")