1
0
mirror of https://github.com/elisspace/AskAssist.git synced 2026-08-29 15:33:47 +00:00

rename sounds

This commit is contained in:
Jeremy Dixon
2021-01-19 20:30:56 -06:00
parent e93446b013
commit acf263f724
7 changed files with 4 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

BIN
assets/.DS_Store vendored

Binary file not shown.

Binary file not shown.

View File

@@ -8,7 +8,8 @@
seconds and, when questions are available, will
<span id="alert-sounds">
<span id="one" class="ask-opt">rick roll</span>
<span id="two" class="ask-opt">beep</span>
<span id="two" class="ask-opt">softly chirp</span>
<span class="ask-opt">gently beep</span>
</span>
<span isoption="true" contenteditable="true" id="alert-frequency" class="ask-opt">10</span> times per minute.
</span>

View File

@@ -4,7 +4,8 @@ let options = {
"watch-time": 4,
"possible-alerts": [
{name:"rick roll", file:'rick'},
{name:"soft beep", file:'alert1'}
{name:"softly beep", file:'beep'},
{name:"gently chirp", file:'chirp'}
]
};
function saveOptions(){