1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 09:46:06 +02:00

chore(frontend): add tips

This commit is contained in:
syuilo
2025-10-16 09:44:58 +09:00
parent 56885cceed
commit a405575cd6
3 changed files with 6 additions and 0 deletions

View File

@@ -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>