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

View File

@@ -1,16 +0,0 @@
{
"images" : [
{
"filename" : "markAllAsRead.pdf",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true,
"template-rendering-intent" : "template"
}
}