change sound path
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.
|
# 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/sounds/chat_notify_triple.mp3",
|
src="assets/images/chat_notify_triple.mp3",
|
||||||
autoplay=True,
|
autoplay=True,
|
||||||
volume=1.0,
|
volume=1.0,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user