diff options
Diffstat (limited to 'ext/bg/js')
-rw-r--r-- | ext/bg/js/search.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/js/search.js b/ext/bg/js/search.js index e68dccfd..498f4ade 100644 --- a/ext/bg/js/search.js +++ b/ext/bg/js/search.js @@ -56,6 +56,7 @@ class DisplaySearch extends Display { ['AltGraph', new Set()], ['Shift', new Set()] ]); + this.autoPlayAudioDelay = 0; } async prepare() { |