Skip to content

Commit d56355a

Browse files
committed
fix: dnd does not disable to play sound for notification
it's the action in v23, we handle it according v20. pms: BUG-310921
1 parent 1b5e4b7 commit d56355a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

panels/notification/server/notificationmanager.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,6 @@ void NotificationManager::tryPlayNotificationSound(const NotifyEntity &entity, c
421421
} else {
422422
playSoundTip = true;
423423
}
424-
} else if (systemNotification && dndMode) {
425-
playSoundTip = true;
426424
}
427425

428426
if (playSoundTip) {

0 commit comments

Comments
 (0)