mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
account all 11.x.y system will be BigSur
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
parent
c9cfc183d9
commit
e08a686e13
@ -6662,7 +6662,7 @@ GetOSIconName (const MacOsVersion& OSVersion)
|
||||
if (OSVersion.isEmpty()) {
|
||||
OSIconName = L"mac"_XSW;
|
||||
} else if ( (OSVersion.elementAt(0) == 10 && OSVersion.elementAt(1) == 16 ) ||
|
||||
(OSVersion.elementAt(0) == 11 && OSVersion.elementAt(1) == 0 )
|
||||
(OSVersion.elementAt(0) == 11 /*&& OSVersion.elementAt(1) == 0*/ )
|
||||
) {
|
||||
// Big Sur
|
||||
OSIconName = L"bigsur,mac"_XSW;
|
||||
|
Loading…
Reference in New Issue
Block a user