Persist and restore per window per feed timeline filter state.

This commit is contained in:
Maurice Parker
2020-03-03 18:13:43 -08:00
parent ae8f36d300
commit ceef6116f9
2 changed files with 30 additions and 28 deletions

View File

@@ -849,7 +849,7 @@ private extension MainWindowController {
menuItem.title = isReadFiltered ? showCommand : hideCommand
return true
} else {
menuItem.title = hideCommand
menuItem.title = showCommand
return false
}
}