feat: add option to add client tag
This commit is contained in:
parent
234319ef50
commit
31f70c2ab1
8 changed files with 117 additions and 12 deletions
|
|
@ -2,7 +2,8 @@ export const StorageKey = {
|
|||
THEME_SETTING: 'themeSetting',
|
||||
RELAY_GROUPS: 'relayGroups',
|
||||
ACCOUNTS: 'accounts',
|
||||
CURRENT_ACCOUNT: 'currentAccount'
|
||||
CURRENT_ACCOUNT: 'currentAccount',
|
||||
ADD_CLIENT_TAG: 'addClientTag'
|
||||
}
|
||||
|
||||
export const BIG_RELAY_URLS = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue