Added Share to the File menu. Fixes #3692

This commit is contained in:
Maurice Parker
2022-09-27 16:23:20 -05:00
parent d100c64d80
commit 573806c0ca
5 changed files with 49 additions and 2 deletions

View File

@@ -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