upd: add option to disable external url warning
This commit is contained in:
parent
72a0f16b38
commit
7bd971c036
6 changed files with 15 additions and 1 deletions
|
|
@ -169,6 +169,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'account',
|
||||
default: [] as string[],
|
||||
},
|
||||
warnExternalUrl: {
|
||||
where: 'account',
|
||||
default: true,
|
||||
},
|
||||
|
||||
menu: {
|
||||
where: 'deviceAccount',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue