feat: データセーバー強化(したかった)
This commit is contained in:
parent
8752160645
commit
368afeba34
6 changed files with 25 additions and 2 deletions
|
|
@ -204,6 +204,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'device',
|
||||
default: false,
|
||||
},
|
||||
enableCellularWithDataSaver: {
|
||||
where: 'device',
|
||||
default: false,
|
||||
},
|
||||
disableShowingAnimatedImages: {
|
||||
where: 'device',
|
||||
default: window.matchMedia('(prefers-reduced-motion)').matches,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue