Fixes 2782

This commit is contained in:
Stuart Breckenridge 2021-02-05 21:17:07 +08:00
parent f22c3c644c
commit f3b1597ff4
No known key found for this signature in database
GPG Key ID: 1F11FD62007DC331
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ struct AppAssets {
static var preferencesToolbarExtensionsImage: RSImage = {
if #available(macOS 11.0, *) {
return NSImage(named: "preferencesToolbarExtensions")!
return RSImage(named: "preferencesToolbarExtensions")!
} else {
return NSImage(contentsOfFile: "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/KEXT.icns")!
}