mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Create shared AppAsset and start using it.
This commit is contained in:
@@ -18,7 +18,7 @@ protocol SmallIconProvider {
|
||||
|
||||
extension Account: SmallIconProvider {
|
||||
var smallIcon: IconImage? {
|
||||
if let image = AppAssets.image(for: type) {
|
||||
if let image = AppAsset.image(accountType: type) {
|
||||
return IconImage(image)
|
||||
}
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user