add sounds folder

This commit is contained in:
2025-12-17 19:08:29 +02:00
parent 3285c01b6d
commit ab62585ed0
3 changed files with 1 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ class AdminChat:
# Make sure the file path points to a valid audio file in your assets. # Make sure the file path points to a valid audio file in your assets.
# Example: place `chat_notify.mp3` in `assets/sounds/`. # Example: place `chat_notify.mp3` in `assets/sounds/`.
self.notification_audio = ft.Audio( self.notification_audio = ft.Audio(
src="assets/images/chat_notify_triple.mp3", src="sounds/chat_notify_triple.mp3",
autoplay=True, autoplay=True,
volume=1.0, volume=1.0,
) )

Binary file not shown.

Binary file not shown.