From cda3635d97fbacb3fda2f36cd501b962f4fda410 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 16 Sep 2018 21:40:48 +0900 Subject: enable-animations --> reduce-motion --- src/client/app/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/app/store.ts') 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, -- cgit v1.2.3-freya