mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-22 15:50:17 +01:00
Add feedIconsFolder location.
This commit is contained in:
parent
83edb628ae
commit
b3e6a6501a
@ -33,6 +33,10 @@ import Foundation
|
||||
public static var imagesFolder: URL = {
|
||||
return createSubfolder(named: "Images", in: cacheFolder)
|
||||
}()
|
||||
|
||||
public static var feedIconsFolder: URL = {
|
||||
return createSubfolder(named: "FeedIcons", in: cacheFolder)
|
||||
}()
|
||||
}
|
||||
|
||||
private extension AppLocations {
|
||||
|
Loading…
Reference in New Issue
Block a user