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