From ee676f7cb336fff5ace81f308ea2969f33737d0d Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 6 Mar 2018 14:33:01 +0900 Subject: #1191 --- src/web/app/common/mios.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/web/app/common') diff --git a/src/web/app/common/mios.ts b/src/web/app/common/mios.ts index bbe28960fd..cbb4400a73 100644 --- a/src/web/app/common/mios.ts +++ b/src/web/app/common/mios.ts @@ -289,7 +289,8 @@ export default class MiOS extends EventEmitter { me.client_settings = Object.assign({ fetchOnScroll: true, showMaps: true, - showPostFormOnTopOfTl: false + showPostFormOnTopOfTl: false, + gradientWindowHeader: false }, me.client_settings); // ローカルストレージにキャッシュ -- cgit v1.2.3-freya