diff options
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, |