BAlert: play user-selected sound

* Alert sounds are separate from notifications

Change-Id: I9e5545084faea354ddd339154c10b54d6479b404
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8477
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
SED4906
2026-01-03 13:41:24 +00:00
committed by Adrien Destugues
parent f081c0202d
commit 64f088f495
5 changed files with 33 additions and 1 deletions
+1
View File
@@ -107,6 +107,7 @@ private:
BBitmap* _CreateTypeIcon();
BButton* _CreateButton(int32 which, const char* label);
void _Prepare();
void _PlaySound();
private:
sem_id fAlertSem;