Remove USBMap.kext entry from loaded kext list

This commit is contained in:
Hoang Hong Quan
2024-10-07 23:22:43 +07:00
parent 06a8e0b8ec
commit ff617d81f1

View File

@@ -367,17 +367,6 @@ class KextMaestro:
"PlistPath": bundle.get("PlistPath")
})
kernel_add.append({
"Arch": "x86_64",
"BundlePath": "USBMap.kext",
"Comment": "",
"Enabled": True,
"ExecutablePath": "",
"MaxKernel": "",
"MinKernel": "",
"PlistPath": "Contents/Info.plist"
})
return kernel_add
def uncheck_kext(self, index):