mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-18 13:20:00 +10:00
sys_patch_dict.py: Omit NV Web Pref Pane
This commit is contained in:
+2
-3
@@ -1193,9 +1193,8 @@ class wx_python_gui:
|
||||
stdout=subprocess.PIPE,
|
||||
stderr=subprocess.PIPE
|
||||
)
|
||||
if output.returncode == 0:
|
||||
time.sleep(5)
|
||||
self.OnCloseFrame(None)
|
||||
time.sleep(5)
|
||||
self.OnCloseFrame(None)
|
||||
else:
|
||||
self.reboot_system(message="Root Patcher finished successfully\nWould you like to reboot now?")
|
||||
self.return_to_main_menu.Enable()
|
||||
|
||||
Reference in New Issue
Block a user