Remove Master from names.

This commit is contained in:
Brent Simmons
2024-02-26 08:37:15 -08:00
parent 5b34217374
commit fea6d03bc3
42 changed files with 588 additions and 590 deletions

View File

@@ -37,6 +37,6 @@ extension Feed: SmallIconProvider {
extension Folder: SmallIconProvider {
var smallIcon: IconImage? {
AppAssets.masterFolderImage
AppAssets.folderImage
}
}