1
0

upd: make autoload conversation a toggle

This commit is contained in:
Mar0xy
2023-09-28 02:01:01 +02:00
parent 71a1985ba4
commit 0c7011bd02
3 changed files with 7 additions and 1 deletions
+4
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',