feat: store last feed type

This commit is contained in:
codytseng 2025-01-09 21:59:26 +08:00
parent be7712948a
commit 92e338ea1e
3 changed files with 21 additions and 3 deletions

View file

@ -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'