mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-09 08:39:00 +01:00
Use standard folder icons in the main window’s source list.
This commit is contained in:
parent
e875473a1c
commit
25ed41aacc
@ -526,3 +526,10 @@ extension Feed: SmallIconProvider {
|
||||
}
|
||||
}
|
||||
|
||||
extension Folder: SmallIconProvider {
|
||||
|
||||
var smallIcon: NSImage? {
|
||||
return NSImage(named: NSImage.Name.folder)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user