Fix SysPatch

This commit is contained in:
Mykola Grymalyuk
2021-06-22 16:47:30 -06:00
parent d4873f8070
commit b8e29eca28

View File

@@ -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