Persist the Feeds Read filter across application launches. Issue #1349

This commit is contained in:
Maurice Parker
2019-11-26 20:23:12 -06:00
parent 8cb25e7c5e
commit ebd7f4904d
7 changed files with 53 additions and 20 deletions

View File

@@ -25,5 +25,6 @@ struct UserInfoKey {
static let windowState = "windowState"
static let containerExpandedWindowState = "containerExpandedWindowState"
static let readFeedsFilterState = "readFeedsFilterState"
}