Revert Kryptonite backend

This commit is contained in:
Mykola Grymalyuk
2021-07-19 12:01:05 -06:00
parent 49e1fb1ad2
commit d6ed03eb8a
3 changed files with 2 additions and 45 deletions
+2 -2
View File
@@ -129,10 +129,10 @@ system_profiler SPHardwareDataType | grep 'Model Identifier'
f"Allow OpenCore on native Models:\tCurrently {self.constants.allow_oc_everywhere}",
CliMenu.MenuOptions(self.constants.custom_model or self.computer.real_model, self.constants).allow_native_models,
],
#[
# [
# f"Latebloom settings:\t\t\tDelay {self.constants.latebloom_delay}, Range {self.constants.latebloom_range}, Debug {self.constants.latebloom_debug}",
# CliMenu.MenuOptions(self.constants.custom_model or self.computer.real_model, self.constants).latebloom_settings,
#],
# ],
["Advanced Patch Settings, for developers only", self.advanced_patcher_settings],
]