mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 11:30:15 +10:00
GUI Installer: Support chainloading
This commit is contained in:
@@ -205,6 +205,9 @@ class MetalLibraryObject:
|
||||
Check if a metallib is already installed
|
||||
"""
|
||||
|
||||
if self.ignore_installed:
|
||||
return None
|
||||
|
||||
if not Path(METALLIB_INSTALL_PATH).exists():
|
||||
return None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user