From 50351a0c308b4c8450a7dea5b9a952ec7fcfa89a Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Sun, 6 Apr 2025 17:05:30 +0900 Subject: [PATCH] =?UTF-8?q?enhance:=20=E3=83=81=E3=83=A3=E3=83=83=E3=83=88?= =?UTF-8?q?=E3=81=8C=E7=84=A1=E5=8A=B9=E3=81=AA=E5=A0=B4=E5=90=88=E3=81=AF?= =?UTF-8?q?=E3=83=81=E3=83=A3=E3=83=83=E3=83=88=E9=96=A2=E9=80=A3=E3=81=AE?= =?UTF-8?q?=E8=A8=AD=E5=AE=9A=E3=82=82=E9=9A=A0=E3=81=99=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/settings/preferences.vue | 5 ++- .../frontend/src/pages/settings/privacy.vue | 33 +++++++++++-------- 2 files changed, 24 insertions(+), 14 deletions(-) diff --git a/packages/frontend/src/pages/settings/preferences.vue b/packages/frontend/src/pages/settings/preferences.vue index 86ae8af213..1dd6d26de1 100644 --- a/packages/frontend/src/pages/settings/preferences.vue +++ b/packages/frontend/src/pages/settings/preferences.vue @@ -379,7 +379,7 @@ SPDX-License-Identifier: AGPL-3.0-only - + @@ -732,6 +732,9 @@ import MkFeatureBanner from '@/components/MkFeatureBanner.vue'; import { globalEvents } from '@/events.js'; import { claimAchievement } from '@/utility/achievements.js'; import { instance } from '@/instance.js'; +import { ensureSignin } from '@/i.js'; + +const $i = ensureSignin(); const lang = ref(miLocalStorage.getItem('lang')); const dataSaver = ref(prefer.s.dataSaver); diff --git a/packages/frontend/src/pages/settings/privacy.vue b/packages/frontend/src/pages/settings/privacy.vue index 2f8a697d74..4e6425667e 100644 --- a/packages/frontend/src/pages/settings/privacy.vue +++ b/packages/frontend/src/pages/settings/privacy.vue @@ -78,19 +78,26 @@ SPDX-License-Identifier: AGPL-3.0-only - - - - - - - - - - - - - + + + + +
+ {{ i18n.ts._chat.chatNotAvailableForThisAccountOrServer }} + + + + + + + + + + + +
+
+