mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-18 21:30:00 +10:00
Adjust wording
This commit is contained in:
@@ -29,7 +29,7 @@ class Analytics:
|
||||
def __init__(self, global_constants: constants.Constants) -> None:
|
||||
self.constants: constants.Constants = global_constants
|
||||
|
||||
if global_settings.GlobalEnviromentSettings().read_property("DisableAnalytics") is True:
|
||||
if global_settings.GlobalEnviromentSettings().read_property("DisableCrashAndAnalyticsReporting") is True:
|
||||
return
|
||||
|
||||
self._generate_base_data()
|
||||
|
||||
Reference in New Issue
Block a user