It works, Just figuring out some ts errors hopefully
This commit is contained in:
parent
be36a793cd
commit
11cb134d4d
7 changed files with 60 additions and 1 deletions
|
|
@ -264,6 +264,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'device',
|
||||
default: false,
|
||||
},
|
||||
warnMissingAltText: {
|
||||
where: 'device',
|
||||
default: true,
|
||||
},
|
||||
imageNewTab: {
|
||||
where: 'device',
|
||||
default: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue