NetNewsWire/Mac/Base.lproj
Charles Parnot 4f02fe7401 Fix issue with 'Mark as Read' menu item in the Article menu.
There were 2 issues: the title of the menu item did not toggle between 'Mark As Read' and 'Mark As Unread', and it was not invalidated where there is no article selected. All the code was already in place in `MainWindowController` as part of the interface item validation, but the menu item was using the wrong selector: `markRead` instead of `toggleRead`. Just changing the action in the menu item was needed to get the validation and menu item update happening correctly.
2019-06-07 09:06:18 +02:00
..
AddFeedFromListSheet.xib Major folder and project tree restructuring. 2019-04-13 16:18:54 -07:00
AddFeedSheet.xib Major folder and project tree restructuring. 2019-04-13 16:18:54 -07:00
AddFolderSheet.xib Major folder and project tree restructuring. 2019-04-13 16:18:54 -07:00
Main.storyboard Fix issue with 'Mark as Read' menu item in the Article menu. 2019-06-07 09:06:18 +02:00
MainWindow.storyboard Combined all the "add"s into a single popover. 2019-04-16 13:38:07 -05:00
Preferences.storyboard Add layout constraints for the table cells in Account > Preferences sidebar. 2019-05-26 21:59:41 -07:00
RenameSheet.xib Major folder and project tree restructuring. 2019-04-13 16:18:54 -07:00