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:
@@ -46,7 +46,7 @@ final class ShareFolderPickerController: UITableViewController {
|
||||
}()
|
||||
|
||||
if let account = container as? ExtensionAccount {
|
||||
cell.icon.image = AppAssets.image(for: account.type)
|
||||
cell.icon.image = AppAsset.image(accountType: account.type)
|
||||
} else {
|
||||
cell.icon.image = AppAssets.folderImage.image
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user