mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-26 07:57:10 +00:00
added a chime playback
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user