Skip to content

Commit

Permalink
Merge pull request #2784 from stuartbreckenridge/main
Browse files Browse the repository at this point in the history
Change NSImage to RSImage
  • Loading branch information
vincode-io authored Feb 5, 2021
2 parents e479a2f + f3b1597 commit 5671497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mac/AppAssets.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")!
}
Expand Down

0 comments on commit 5671497

Please sign in to comment.