Update the "Mark as" icons. Fixes #3687

This commit is contained in:
Maurice Parker
2022-09-24 14:24:32 -05:00
parent 93b05c2bb5
commit eb25e01be5
8 changed files with 33 additions and 202 deletions

View File

@@ -147,7 +147,7 @@ struct AppAssets {
}
static var markAllAsReadImage: RSImage = {
return RSImage(named: "markAllAsRead")!
return NSImage(systemSymbolName: "arrow.up.arrow.down.circle", accessibilityDescription: nil)!
}()
static var nextUnreadImage: RSImage = {