mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Change Mark All as Read icon. Issue #1526
This commit is contained in:
@@ -113,8 +113,8 @@ struct AppAssets {
|
||||
UIImage(systemName: "info.circle")!
|
||||
}()
|
||||
|
||||
static var markAllInFeedAsReadImage: UIImage = {
|
||||
return UIImage(systemName: "asterisk.circle")!
|
||||
static var markAllAsReadImage: UIImage = {
|
||||
return UIImage(named: "markAllAsRead")!
|
||||
}()
|
||||
|
||||
static var markBelowAsReadImage: UIImage = {
|
||||
|
||||
Reference in New Issue
Block a user