upd: make autoload conversation a toggle

This commit is contained in:
Mar0xy 2023-09-28 02:01:01 +02:00
parent 71a1985ba4
commit 0c7011bd02
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
3 changed files with 7 additions and 1 deletions

View file

@ -113,6 +113,10 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'account',
default: false,
},
autoloadConversation: {
where: 'account',
default: true,
},
menu: {
where: 'deviceAccount',