Continuing migrating to AppImage.

This commit is contained in:
Brent Simmons
2025-01-27 22:21:01 -08:00
parent d99e683389
commit 6ed742c5a7
13 changed files with 135 additions and 121 deletions

View File

@@ -800,7 +800,7 @@ extension MainWindowController: NSToolbarDelegate {
case .share:
let title = NSLocalizedString("Share", comment: "Share")
return buildToolbarButton(.share, title, AppAssets.shareImage, "toolbarShowShareMenu:")
return buildToolbarButton(.share, title, AppImage.share, "toolbarShowShareMenu:")
case .openInBrowser:
let title = NSLocalizedString("Open in Browser", comment: "Open in Browser")