mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-12 09:54:36 +01:00
new icon name os_sonoma
Signed-off-by: Slice <sergey.slice@gmail.com>
This commit is contained in:
parent
5a6e6e363d
commit
420cf17421
@ -838,6 +838,9 @@ GetOSIconName (const MacOsVersion& OSVersion)
|
||||
XStringW OSIconName;
|
||||
if (OSVersion.isEmpty()) {
|
||||
OSIconName = L"mac"_XSW;
|
||||
} else if (OSVersion.elementAt(0) == 14 ){
|
||||
// Ventura
|
||||
OSIconName = L"sonoma,mac"_XSW;
|
||||
} else if (OSVersion.elementAt(0) == 13 ){
|
||||
// Ventura
|
||||
OSIconName = L"ventura,mac"_XSW;
|
||||
|
Loading…
Reference in New Issue
Block a user