mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
copyExternalURL should copy externalLinks
This commit is contained in:
@@ -335,7 +335,7 @@ class MainWindowController : NSWindowController, NSUserInterfaceValidations {
|
||||
}
|
||||
|
||||
@IBAction func copyExternalURL(_ sender: Any?) {
|
||||
if let links = selectedArticles?.compactMap({ $0.preferredLink }) {
|
||||
if let links = selectedArticles?.compactMap({ $0.externalLink }) {
|
||||
URLPasteboardWriter.write(urlStrings: links, to: .general)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user