From 443532afe8d9e9aeccd1b7a6a99569bc8b710413 Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Tue, 21 Oct 2025 20:49:13 +0700 Subject: [PATCH] My bad --- Scripts/kext_maestro.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/kext_maestro.py b/Scripts/kext_maestro.py index e6fb7c7..2dc1fbf 100644 --- a/Scripts/kext_maestro.py +++ b/Scripts/kext_maestro.py @@ -208,8 +208,8 @@ class KextMaestro: selected_kexts.append("NootRX") elif selected_option == 2: selected_kexts.append("WhateverGreen") - else: - continue + + 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")))