GUI: Add extra padding for pre-Big Sur UI

This commit is contained in:
Mykola Grymalyuk
2023-05-13 09:52:28 -06:00
parent 24225a3748
commit 422283a3ac
4 changed files with 20 additions and 7 deletions
+2 -2
View File
@@ -84,12 +84,12 @@ class CheckProperties:
"""
Check if host supports building OpenCore configs
"""
if self.constants.custom_model:
return True
if self.constants.host_is_hackintosh is True:
return False
if self.constants.allow_oc_everywhere is True:
return True
if self.constants.custom_model:
return True
if self.constants.computer.real_model in model_array.SupportedSMBIOS:
return True