now able to set sounds again
This commit is contained in:
parent
86c038ec57
commit
21caf6ad1d
2 changed files with 17 additions and 0 deletions
|
@ -725,6 +725,14 @@ class Localuser{
|
|||
setTheme();
|
||||
},themes,{defaultIndex:themes.indexOf(localStorage.getItem("theme"))});
|
||||
}
|
||||
{
|
||||
const sounds=Voice.sounds;
|
||||
tas.addSelect("Notification sound:",_=>{
|
||||
Voice.setNotificationSound(sounds[_]);
|
||||
},sounds,{defaultIndex:sounds.indexOf(Voice.getNotificationSound())}).watchForChange(_=>{
|
||||
Voice.noises(sounds[_]);
|
||||
})
|
||||
}
|
||||
}
|
||||
settings.show();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue