summaryrefslogtreecommitdiff
path: root/packages/frontend
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-10-16 09:44:58 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-10-16 09:44:58 +0900
commita405575cd61242122d3ebb0f3e2cf0f944436b7c (patch)
treea001dfa909ba45649b8182aa334e65d0baaa3f4e /packages/frontend
parentBump version to 2025.10.1-alpha.2 (diff)
downloadmisskey-a405575cd61242122d3ebb0f3e2cf0f944436b7c.tar.gz
misskey-a405575cd61242122d3ebb0f3e2cf0f944436b7c.tar.bz2
misskey-a405575cd61242122d3ebb0f3e2cf0f944436b7c.zip
chore(frontend): add tips
Diffstat (limited to 'packages/frontend')
-rw-r--r--packages/frontend/src/pages/settings/preferences.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/src/pages/settings/preferences.vue b/packages/frontend/src/pages/settings/preferences.vue
index c622647b4f..5e3f148710 100644
--- a/packages/frontend/src/pages/settings/preferences.vue
+++ b/packages/frontend/src/pages/settings/preferences.vue
@@ -475,6 +475,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkPreferenceContainer k="disableShowingAnimatedImages">
<MkSwitch v-model="disableShowingAnimatedImages">
<template #label><SearchLabel>{{ i18n.ts.disableShowingAnimatedImages }}</SearchLabel></template>
+ <template #caption>{{ i18n.ts.disableShowingAnimatedImages_caption }}</template>
</MkSwitch>
</MkPreferenceContainer>
</SearchMarker>