mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Added Share to the File menu. Fixes #3692
This commit is contained in:
@@ -57,6 +57,10 @@ class MainWindowController : NSWindowController, NSUserInterfaceValidations {
|
||||
}
|
||||
private var searchSmartFeed: SmartFeed? = nil
|
||||
private var restoreArticleWindowScrollY: CGFloat?
|
||||
|
||||
var shareMenu: NSMenu? {
|
||||
return currentTimelineViewController?.shareMenu
|
||||
}
|
||||
|
||||
// MARK: - NSWindowController
|
||||
|
||||
|
||||
Reference in New Issue
Block a user