feat: store last feed type
This commit is contained in:
parent
be7712948a
commit
92e338ea1e
3 changed files with 21 additions and 3 deletions
|
|
@ -2,6 +2,7 @@ export const StorageKey = {
|
|||
THEME_SETTING: 'themeSetting',
|
||||
RELAY_SETS: 'relaySets',
|
||||
ACTIVE_RELAY_SET_ID: 'activeRelaySetId',
|
||||
FEED_TYPE: 'feedType',
|
||||
ACCOUNTS: 'accounts',
|
||||
CURRENT_ACCOUNT: 'currentAccount',
|
||||
ADD_CLIENT_TAG: 'addClientTag'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue