mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Adds account-wide to notifications manager
This commit is contained in:
@@ -185,6 +185,10 @@ struct AppAssets {
|
||||
return UIImage(systemName: "ellipsis.circle")!
|
||||
}()
|
||||
|
||||
static var moreImageFill: UIImage = {
|
||||
return UIImage(systemName: "ellipsis.circle.fill")!
|
||||
}()
|
||||
|
||||
static var nextArticleImage: UIImage = {
|
||||
return UIImage(systemName: "chevron.down")!
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user