feat: keep show showPreview (#111)
Co-authored-by: anatawa12 <anatawa12@icloud.com>
This commit is contained in:
parent
2b7575e710
commit
d886dddbf1
2 changed files with 6 additions and 1 deletions
|
|
@ -130,6 +130,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'deviceAccount',
|
||||
default: false,
|
||||
},
|
||||
showPreview: {
|
||||
where: 'deviceAccount',
|
||||
default: false,
|
||||
},
|
||||
statusbars: {
|
||||
where: 'deviceAccount',
|
||||
default: [] as {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue