diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-08-29 07:10:42 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-08-29 07:10:42 +0900 |
| commit | f92745e381d0bd864367aee57f8e093d9806c526 (patch) | |
| tree | 2bab99a41fbe8086d965355bc111f44e3fd92f1d | |
| parent | モバイルでもサウンドの設定を行えるように (diff) | |
| download | misskey-f92745e381d0bd864367aee57f8e093d9806c526.tar.gz misskey-f92745e381d0bd864367aee57f8e093d9806c526.tar.bz2 misskey-f92745e381d0bd864367aee57f8e093d9806c526.zip | |
デフォルトで時計を表示するように
| -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 0f3ff4a380..469563495f 100644 --- a/src/client/app/store.ts +++ b/src/client/app/store.ts @@ -13,7 +13,7 @@ const defaultSettings = { showMaps: true, showPostFormOnTopOfTl: false, suggestRecentHashtags: true, - showClockOnHeader: false, + showClockOnHeader: true, circleIcons: true, gradientWindowHeader: false, showReplyTarget: true, |