From dd2c475131b72b43fbb808c6bda8376848142105 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Fri, 23 Sep 2022 08:59:05 -0500 Subject: [PATCH] Back out accidental change to Mark All as Read icon --- Mac/AppAssets.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {