Add the ability to specify a selected Folder when running the add-feed sheet.

This commit is contained in:
Brent Simmons
2018-09-22 12:46:24 -07:00
parent bcdd9057b2
commit 6390bd4a57
5 changed files with 26 additions and 10 deletions

View File

@@ -231,7 +231,7 @@ class MainWindowController : NSWindowController, NSUserInterfaceValidations {
@IBAction func showAddFeedWindow(_ sender: Any?) {
appDelegate.showAddFeedSheetOnWindow(window!, urlString: nil, name: nil)
appDelegate.showAddFeedSheetOnWindow(window!, urlString: nil, name: nil, folder: nil)
}
@IBAction func openArticleInBrowser(_ sender: Any?) {