Continue convert AppAssets to AppAsset.

This commit is contained in:
Brent Simmons
2024-09-30 22:32:43 -07:00
parent 2ae6eaba9f
commit 6fbf8207ff
6 changed files with 65 additions and 57 deletions

View File

@@ -16,7 +16,7 @@ import Core
@MainActor final class SendToMicroBlogCommand: SendToCommand {
let title = "Micro.blog"
let image: RSImage? = AppAsset.Mac.microblogIcon
let image: RSImage? = AppAsset.microblogImage
private let microBlogApp = UserApp(bundleID: "blog.micro.mac")