Merge remote-tracking branch 'misskey-dev/develop' into prismisskey
# Conflicts: # package.json # packages/frontend/src/pages/settings/general.vue
This commit is contained in:
commit
a63bef2d8f
58 changed files with 741 additions and 517 deletions
|
|
@ -123,7 +123,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'deviceAccount',
|
||||
default: [
|
||||
'notifications',
|
||||
'favorites',
|
||||
'clips',
|
||||
'drive',
|
||||
'followRequests',
|
||||
'-',
|
||||
|
|
@ -190,6 +190,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'device',
|
||||
default: 'respect' as 'respect' | 'force' | 'ignore',
|
||||
},
|
||||
highlightSensitiveMedia: {
|
||||
where: 'device',
|
||||
default: false,
|
||||
},
|
||||
animation: {
|
||||
where: 'device',
|
||||
default: !window.matchMedia('(prefers-reduced-motion)').matches,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue