[bugfix/Update] Config Page: Others: Sound: fix japanese localize. add description.

This commit is contained in:
Sakamoto Shiina
2025-02-21 08:49:01 +09:00
parent 2ee1c2d51e
commit 9c84c9905d
3 changed files with 4 additions and 1 deletions

View File

@@ -132,6 +132,7 @@ const EnableNotificationVrcSfxContainer = () => {
return (
<CheckboxContainer
label={t("config_page.others.notification_vrc_sfx.label")}
desc={t("config_page.others.notification_vrc_sfx.desc")}
variable={currentEnableNotificationVrcSfx}
toggleFunction={toggleEnableNotificationVrcSfx}
/>