From 6aed21aae2815e05ea70bdfb33f077cadc28cbd2 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Thu, 5 Sep 2024 09:09:26 -0600 Subject: [PATCH] auto_patcher: Adjust formatting --- opencore_legacy_patcher/sys_patch/auto_patcher/start.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/opencore_legacy_patcher/sys_patch/auto_patcher/start.py b/opencore_legacy_patcher/sys_patch/auto_patcher/start.py index a295aba95..0addc45d5 100644 --- a/opencore_legacy_patcher/sys_patch/auto_patcher/start.py +++ b/opencore_legacy_patcher/sys_patch/auto_patcher/start.py @@ -189,10 +189,12 @@ Please check the Github page for more information about this release.""" if self._determine_if_versions_match(): self._determine_if_boot_matches() + def _onWebviewNav(self, event): url = event.GetURL() webbrowser.open(url) + def _determine_if_versions_match(self): """ Determine if the booted version of OCLP matches the installed version