mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Change the method for retrieving bootloader and kexts download information
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ class SMBIOS:
|
||||
download_history = self.utils.read_file(self.g.download_history_file)
|
||||
|
||||
if download_history:
|
||||
product_index = self.g.product_index_in_history("OpenCore", download_history)
|
||||
product_index = self.g.get_product_index(download_history, "OpenCore")
|
||||
|
||||
if product_index:
|
||||
download_history.pop(product_index)
|
||||
|
||||
Reference in New Issue
Block a user