mirror of
https://github.com/elisspace/AskAssist.git
synced 2026-08-29 15:33:47 +00:00
rename sounds
This commit is contained in:
BIN
assets/.DS_Store
vendored
BIN
assets/.DS_Store
vendored
Binary file not shown.
Binary file not shown.
@@ -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>
|
||||
|
||||
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user