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