Add Reboot Prompt in GUI after Root Patching

This commit is contained in:
Mykola Grymalyuk
2022-04-21 15:35:11 -06:00
parent 6537119632
commit 0e3d4244e7
5 changed files with 36 additions and 106 deletions
+1
View File
@@ -192,6 +192,7 @@ class Constants:
self.set_content_caching = False # Set Content Caching
self.allow_nvme_fixing = True # Allow NVMe Kernel Space Patches
self.disable_xcpm = False # Disable XCPM (X86PlatformPlugin.kext)
self.root_patcher_succeded = False # Determine if root patcher succeeded
self.legacy_accel_support = [
os_data.os_data.mojave,