fixing some things

This commit is contained in:
KevinWh0 2024-06-12 14:46:20 +02:00
parent c87ed51311
commit 62f54713bc
3 changed files with 14 additions and 11 deletions

View file

@ -306,7 +306,7 @@ export const defaultStore = markRaw(new Storage('base', {
default: false,
},
searchEngine: {
where: 'device',
where: 'account',
default: Object.keys(searchEngineMap)[0],
},
noteDesign: {