upd: make autoload conversation a toggle
This commit is contained in:
parent
71a1985ba4
commit
0c7011bd02
3 changed files with 7 additions and 1 deletions
|
|
@ -113,6 +113,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'account',
|
||||
default: false,
|
||||
},
|
||||
autoloadConversation: {
|
||||
where: 'account',
|
||||
default: true,
|
||||
},
|
||||
|
||||
menu: {
|
||||
where: 'deviceAccount',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue