mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Continue moving from AppAssets to AppAsset.
This commit is contained in:
@@ -16,7 +16,7 @@ import Core
|
||||
@MainActor final class SendToMicroBlogCommand: SendToCommand {
|
||||
|
||||
let title = "Micro.blog"
|
||||
let image: RSImage? = AppAssets.microblogIcon
|
||||
let image: RSImage? = AppAsset.Mac.microblogIcon
|
||||
|
||||
private let microBlogApp = UserApp(bundleID: "blog.micro.mac")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user