Change focus to smart feed when selected via hotkey. Issue #1009
This commit is contained in:
parent
8d57fd193c
commit
380614afc3
@ -179,14 +179,17 @@ protocol SidebarDelegate: class {
|
||||
|
||||
@IBAction func gotoToday(_ sender: Any?) {
|
||||
outlineView.revealAndSelectRepresentedObject(SmartFeedsController.shared.todayFeed, treeController)
|
||||
focus()
|
||||
}
|
||||
|
||||
@IBAction func gotoAllUnread(_ sender: Any?) {
|
||||
outlineView.revealAndSelectRepresentedObject(SmartFeedsController.shared.unreadFeed, treeController)
|
||||
focus()
|
||||
}
|
||||
|
||||
@IBAction func gotoStarred(_ sender: Any?) {
|
||||
outlineView.revealAndSelectRepresentedObject(SmartFeedsController.shared.starredFeed, treeController)
|
||||
focus()
|
||||
}
|
||||
|
||||
@IBAction func copy(_ sender: Any?) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user