diff --git a/Mac/AppAssets.swift b/Mac/AppAssets.swift index b9e388d8f..1e2ae11ca 100644 --- a/Mac/AppAssets.swift +++ b/Mac/AppAssets.swift @@ -147,7 +147,7 @@ struct AppAssets { } static var markAllAsReadImage: RSImage = { - return NSImage(systemSymbolName: "arrow.up.arrow.down.circle", accessibilityDescription: nil)! + return RSImage(named: "markAllAsRead")! }() static var nextUnreadImage: RSImage = {