From 6b6483c9fc2efd23a8c26ce058cdbd53e44bd7c3 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 29 Dec 2020 11:47:36 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=BF=E3=82=A4=E3=83=88=E3=83=AB=E3=83=90?= =?UTF-8?q?=E3=83=BC=E9=9D=9E=E8=A1=A8=E7=A4=BA=E3=82=AA=E3=83=97=E3=82=B7?= =?UTF-8?q?=E3=83=A7=E3=83=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/ja-JP.yml | 1 + src/client/components/note.vue | 2 +- src/client/pages/settings/general.vue | 2 ++ src/client/store.ts | 4 ++++ src/client/ui/default.vue | 11 +++++++---- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 767708bae..3899a0bda 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -670,6 +670,7 @@ center: "中央" wide: "広い" narrow: "狭い" reloadToApplySetting: "設定はページリロード後に反映されます。今すぐリロードしますか?" +showTitlebar: "タイトルバーを表示する" _aboutMisskey: about: "Misskeyはsyuiloによって2014年から開発されている、オープンソースのソフトウェアです。" diff --git a/src/client/components/note.vue b/src/client/components/note.vue index 780034ec6..1089c8979 100644 --- a/src/client/components/note.vue +++ b/src/client/components/note.vue @@ -36,7 +36,7 @@ -
+
diff --git a/src/client/pages/settings/general.vue b/src/client/pages/settings/general.vue index 6d9ef8a3e..ae4d9f82d 100644 --- a/src/client/pages/settings/general.vue +++ b/src/client/pages/settings/general.vue @@ -1,5 +1,6 @@