diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-16 21:40:48 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-16 21:40:48 +0900 |
| commit | cda3635d97fbacb3fda2f36cd501b962f4fda410 (patch) | |
| tree | 90e35be7fcb2325aa7866351f312490121ab8082 /src/client/app/store.ts | |
| parent | 8.42.0 (diff) | |
| download | misskey-cda3635d97fbacb3fda2f36cd501b962f4fda410.tar.gz misskey-cda3635d97fbacb3fda2f36cd501b962f4fda410.tar.bz2 misskey-cda3635d97fbacb3fda2f36cd501b962f4fda410.zip | |
enable-animations --> reduce-motion
Diffstat (limited to 'src/client/app/store.ts')
| -rw-r--r-- | src/client/app/store.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/store.ts b/src/client/app/store.ts index a7d9bd4560..7eaef13125 100644 --- a/src/client/app/store.ts +++ b/src/client/app/store.ts @@ -38,7 +38,7 @@ const defaultSettings = { }; const defaultDeviceSettings = { - animations: true, + reduceMotion: false, apiViaStream: true, autoPopout: false, darkmode: false, |