does anyone know how to add a sound to the notification bell icon… its shows a red dot but no sound… how can we add a sound notification.
1 Like
any idea guys …
If you want to generate sounds, you can try these options: (javascript):
frappe.utils.play_sound("submit");
frappe.utils.play_sound("click");
frappe.utils.play_sound("cancel");
frappe.utils.play_sound("delete");
frappe.utils.play_sound("error");
@monroy95 thank you for coming to rescue man… thanka lot…
but i man to say when one gets a notificaiton it should play a sound… not when u click anywhere ,
also where to put this code ?
how to get it when a notifcation comes ?
where to put th code ?
there is no way