mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-08 08:08:43 +01:00
Add missing account type cases.
This commit is contained in:
parent
bc2a475936
commit
09b5f53253
@ -261,6 +261,12 @@ struct AppAssets {
|
|||||||
return AppAssets.accountFreshRSSImage
|
return AppAssets.accountFreshRSSImage
|
||||||
case .newsBlur:
|
case .newsBlur:
|
||||||
return AppAssets.accountNewsBlurImage
|
return AppAssets.accountNewsBlurImage
|
||||||
|
case .inoreader:
|
||||||
|
return AppAssets.accountInoreader
|
||||||
|
case .bazQux:
|
||||||
|
return AppAssets.accountBazQux
|
||||||
|
case .theOldReader:
|
||||||
|
return AppAssets.accountTheOldReader
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user