Use a feed icon included with the app (instead of the app icon) as the icon for NetNewsWire feeds.

This commit is contained in:
Brent Simmons
2024-12-15 20:20:11 -08:00
parent d83e099d2c
commit a86f36a652
8 changed files with 29 additions and 2 deletions

View File

@@ -33,4 +33,6 @@ extension IconImage {
}
return nil
}()
static let nnwFeedIcon = IconImage(AppAssets.nnwFeedIcon)
}