1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 23:15:47 +02:00

enhance(frontend): 通知設定ページにサウンド設定ページへのリンクを追加 (#16072)

This commit is contained in:
かっこかり
2025-05-21 21:13:45 +09:00
committed by GitHub
parent ccf5bd337e
commit 8c8cea024a
3 changed files with 8 additions and 2 deletions

View File

@@ -38,11 +38,12 @@ SPDX-License-Identifier: AGPL-3.0-only
</FormSection>
<FormSection>
<div class="_gaps_m">
<FormLink @click="readAllNotifications">{{ i18n.ts.markAsReadAllNotifications }}</FormLink>
<FormLink to="/settings/sounds">{{ i18n.ts.notificationSoundSettings }}</FormLink>
</div>
</FormSection>
<FormSection>
<div class="_gaps_m">
<div class="_gaps_s">
<FormLink @click="readAllNotifications">{{ i18n.ts.markAsReadAllNotifications }}</FormLink>
<FormLink @click="testNotification">{{ i18n.ts._notification.sendTestNotification }}</FormLink>
<FormLink @click="flushNotification">{{ i18n.ts._notification.flushNotification }}</FormLink>
</div>