mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add Feed Folder Picker
Fixes #2193: • Containers with indentation are supported • Small icon provider is used • AssetCatalog updated with SF Symbol images for desktop, iPad, iPhone. • Title page doesn’t work at the current time.
This commit is contained in:
@@ -134,6 +134,11 @@ class AddWebFeedModel: ObservableObject {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
func smallIconImage(for container: Container) -> RSImage? {
|
||||
if let smallIconProvider = container as? SmallIconProvider {
|
||||
return smallIconProvider.smallIcon?.image
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user