Embed resources
This commit is contained in:
parent
8c8a1685b2
commit
04ee6b8be2
28 changed files with 60 additions and 57 deletions
|
@ -7,7 +7,7 @@ class Prefs {
|
|||
|
||||
async sound() {
|
||||
const sound = await db.prefs.get('sound');
|
||||
return (sound) ? sound.value : "mixkit-correct-answer-tone";
|
||||
return (sound) ? sound.value : "ding";
|
||||
}
|
||||
|
||||
async setMinPriority(minPriority) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue