added a chime playback

This commit is contained in:
4nshuman 2024-11-09 15:15:23 +05:30 committed by Eric Dubé
parent 69bfa60199
commit 2eaf1080d6

View File

@ -152,6 +152,11 @@ if(jQuery){
};
}
window.playStartUpChime = ()=>{
let audio = new Audio('/src/audio/puter_chime.mp3');
audio.play();
}
window.initgui = async function(options){
let url = new URL(window.location);
url = url.href;