mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Update the "Mark as" icons. Fixes #3687
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user