Merge branch 'main' into vmm

This commit is contained in:
Mykola Grymalyuk
2021-10-06 10:29:24 -06:00
committed by GitHub
8 changed files with 53 additions and 41 deletions
+1 -1
View File
@@ -857,7 +857,7 @@ system_profiler SPHardwareDataType | grep 'Model Identifier'
],
[
f"Set Secure Boot Model (SBM):\t\tCurrently {self.constants.secure_status}",
MenuOptions(self.constants.custom_model or self.constant.computer.real_model, self.constants).change_sbm,
MenuOptions(self.constants.custom_model or self.constants.computer.real_model, self.constants).change_sbm,
],
[f"Set Vault Mode:\t\t\t\tCurrently {self.constants.vault}", MenuOptions(self.constants.custom_model or self.constants.computer.real_model, self.constants).change_vault],
]