From 254cfaea284d12f188e28f56a0cec863e3177a49 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 25 Oct 2020 01:21:41 +0900 Subject: 自前ルーティング (#6759) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip --- src/client/store.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/store.ts') diff --git a/src/client/store.ts b/src/client/store.ts index f1ad23e1f5..e627ed9b55 100644 --- a/src/client/store.ts +++ b/src/client/store.ts @@ -70,6 +70,8 @@ export const defaultDeviceSettings = { animatedMfm: true, imageNewTab: false, chatOpenBehavior: 'page', + defaultSideView: false, + deckNavWindow: true, showFixedPostForm: false, disablePagesScript: false, enableInfiniteScroll: true, -- cgit v1.2.3-freya