なんかもう色々変えた

This commit is contained in:
mattyatea 2023-09-18 21:47:39 +09:00
parent 984c8b73cc
commit 62b70f85f0
11 changed files with 43 additions and 7 deletions

View file

@ -204,10 +204,18 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'device',
default: false,
},
enableUltimateDataSaverMode: {
where: 'device',
default: false,
},
enableCellularWithDataSaver: {
where: 'device',
default: false,
},
enableCellularWithUltimateDataSaver: {
where: 'device',
default: false,
},
disableShowingAnimatedImages: {
where: 'device',
default: window.matchMedia('(prefers-reduced-motion)').matches,