Back out accidental change to Mark All as Read icon

This commit is contained in:
Maurice Parker
2022-09-23 08:59:05 -05:00
parent e003069631
commit dd2c475131

View File

@@ -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 = {