From 121ae9164b51021eb7e54e86c4ddb16e3ca326aa Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Wed, 20 May 2026 19:33:31 +0700 Subject: [PATCH] Lilu issue fixed #2 --- Scripts/kext_maestro.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Scripts/kext_maestro.py b/Scripts/kext_maestro.py index 92933a8..49e4875 100644 --- a/Scripts/kext_maestro.py +++ b/Scripts/kext_maestro.py @@ -205,16 +205,6 @@ class KextMaestro: continue - if self.utils.parse_darwin_version(macos_version) >= self.utils.parse_darwin_version("25.0.0"): - print("\n*** Found {} is AMD {} GPU.".format(gpu_name, gpu_props.get("Codename"))) - print("") - print("\033[1;93mNote:\033[0m Since macOS Tahoe 26, WhateverGreen has known connector patching issues for AMD GPUs.") - print("The current recommendation is to not use WhateverGreen.") - print("However, you can still try adding it to see if it works on your system.") - print("") - self.utils.request_input("Press Enter to continue...") - break - selected_kexts.append("WhateverGreen") if "Laptop" in hardware_report.get("Motherboard").get("Platform") and ("ASUS" in hardware_report.get("Motherboard").get("Name") or "NootedRed" in selected_kexts):