mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 06:10:00 +10:00
gui_cache: Use new check_backups_only property
This commit is contained in:
@@ -43,7 +43,7 @@ class OSUpdateFrame(wx.Frame):
|
|||||||
|
|
||||||
self.kdk_obj: kdk_handler.KernelDebugKitObject = None
|
self.kdk_obj: kdk_handler.KernelDebugKitObject = None
|
||||||
def _kdk_thread_spawn():
|
def _kdk_thread_spawn():
|
||||||
self.kdk_obj = kdk_handler.KernelDebugKitObject(self.constants, self.os_data[1], self.os_data[0], passive=True)
|
self.kdk_obj = kdk_handler.KernelDebugKitObject(self.constants, self.os_data[1], self.os_data[0], passive=True, check_backups_only=True)
|
||||||
|
|
||||||
kdk_thread = threading.Thread(target=_kdk_thread_spawn)
|
kdk_thread = threading.Thread(target=_kdk_thread_spawn)
|
||||||
kdk_thread.start()
|
kdk_thread.start()
|
||||||
|
|||||||
Reference in New Issue
Block a user