mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
fix: fixed mac mini 2024 icon name (#2246)
This commit is contained in:
@@ -470,7 +470,7 @@ public class SystemKit {
|
||||
switch type {
|
||||
case .macMini:
|
||||
if year >= 2024 {
|
||||
return NSImage(named: NSImage.Name("macbookMini2024"))!
|
||||
return NSImage(named: NSImage.Name("macMini2024"))!
|
||||
}
|
||||
return NSImage(named: NSImage.Name("macMini"))!
|
||||
case .macStudio:
|
||||
|
||||
Reference in New Issue
Block a user