mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-24 06:50:22 +08:00
added a chime playback
This commit is contained in:
parent
69bfa60199
commit
2eaf1080d6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user