From 8db8d3f39e2c53544fd40aa202091d098d562d1d Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 26 Feb 2019 14:02:23 +0900 Subject: :art: --- src/client/app/store.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/app/store.ts') diff --git a/src/client/app/store.ts b/src/client/app/store.ts index eee4a4d7ca..a020117343 100644 --- a/src/client/app/store.ts +++ b/src/client/app/store.ts @@ -17,8 +17,6 @@ const defaultSettings = { showPostFormOnTopOfTl: false, suggestRecentHashtags: true, showClockOnHeader: true, - useShadow: true, - roundedCorners: false, circleIcons: true, contrastedAcct: true, showFullAcct: false, @@ -48,6 +46,8 @@ const defaultDeviceSettings = { deckMode: false, deckColumnAlign: 'center', deckColumnWidth: 'normal', + useShadow: true, + roundedCorners: false, reduceMotion: false, autoPopout: false, darkmode: false, -- cgit v1.2.3-freya