1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-18 22:25:28 +02:00

tweak client

This commit is contained in:
syuilo
2022-06-30 10:53:40 +09:00
parent 9ac526b6b6
commit bffe6fb9bf
12 changed files with 156 additions and 184 deletions

View File

@@ -233,6 +233,10 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'device',
default: true,
},
numberOfPageCache: {
where: 'device',
default: 5,
},
aiChanMode: {
where: 'device',
default: false,