This commit is contained in:
Timothy Jaeryang Baek
2026-04-24 16:39:44 +09:00
parent d8b55afb00
commit 3e14524154

View File

@@ -489,7 +489,7 @@
const displayTitle = title || $i18n.t('New Chat');
if (done) {
if ($settings?.notificationSoundAlways ?? false) {
if (($settings?.notificationSound ?? true) && ($settings?.notificationSoundAlways ?? false)) {
playingNotificationSound.set(true);
const audio = new Audio(`/audio/notification.mp3`);