mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Persist and restore per window per feed timeline filter state.
This commit is contained in:
@@ -849,7 +849,7 @@ private extension MainWindowController {
|
||||
menuItem.title = isReadFiltered ? showCommand : hideCommand
|
||||
return true
|
||||
} else {
|
||||
menuItem.title = hideCommand
|
||||
menuItem.title = showCommand
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user