4f02fe7401
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. |
||
---|---|---|
.. | ||
Base.lproj | ||
CrashReporter | ||
Inspector | ||
MainWindow | ||
Preferences | ||
Resources | ||
SafariExtension | ||
Scriptability | ||
AppAssets.swift | ||
AppDefaults.swift | ||
AppDelegate.swift | ||
Browser.swift | ||
ErrorHandler.swift |