mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-01-06 18:37:43 +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;
|
XStringW OSIconName;
|
||||||
if (OSVersion.isEmpty()) {
|
if (OSVersion.isEmpty()) {
|
||||||
OSIconName = L"mac"_XSW;
|
OSIconName = L"mac"_XSW;
|
||||||
|
} else if (OSVersion.elementAt(0) == 14 ){
|
||||||
|
// Ventura
|
||||||
|
OSIconName = L"sonoma,mac"_XSW;
|
||||||
} else if (OSVersion.elementAt(0) == 13 ){
|
} else if (OSVersion.elementAt(0) == 13 ){
|
||||||
// Ventura
|
// Ventura
|
||||||
OSIconName = L"ventura,mac"_XSW;
|
OSIconName = L"ventura,mac"_XSW;
|
||||||
|
Loading…
Reference in New Issue
Block a user