Rename Master* to Main*.

This commit is contained in:
Brent Simmons
2024-12-24 12:09:41 -08:00
parent a86d4dbab4
commit b601c181dd
29 changed files with 385 additions and 453 deletions

View File

@@ -145,7 +145,7 @@ struct AppAssets {
return RSImage(named: "legacyArticleExtractorProgress4")
}()
static var masterFolderImage: IconImage {
static var mainFolderImage: IconImage {
if #available(macOS 11.0, *) {
let image = NSImage(systemSymbolName: "folder", accessibilityDescription: nil)!
let preferredColor = NSColor(named: "AccentColor")!