add sounds folder
This commit is contained in:
@@ -42,7 +42,7 @@ class AdminChat:
|
||||
# Make sure the file path points to a valid audio file in your assets.
|
||||
# Example: place `chat_notify.mp3` in `assets/sounds/`.
|
||||
self.notification_audio = ft.Audio(
|
||||
src="assets/images/chat_notify_triple.mp3",
|
||||
src="sounds/chat_notify_triple.mp3",
|
||||
autoplay=True,
|
||||
volume=1.0,
|
||||
)
|
||||
|
||||
BIN
UI_V2/sounds/chat_notify.wav
Normal file
BIN
UI_V2/sounds/chat_notify.wav
Normal file
Binary file not shown.
BIN
UI_V2/sounds/chat_notify_triple.wav
Normal file
BIN
UI_V2/sounds/chat_notify_triple.wav
Normal file
Binary file not shown.
Reference in New Issue
Block a user