diff options
author | Alex Yatskov <FooSoft@users.noreply.github.com> | 2017-12-16 11:20:14 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-16 11:20:14 -0800 |
commit | 2470b6209a27ceea814a13d920a20683bacf09a6 (patch) | |
tree | 7c0d664473c8472661b9c41c63eb7e5fd01d9706 /ext/bg/settings.html | |
parent | a17e84de83e3f8750d41acf942c4fe476230d83a (diff) | |
parent | 15b93060c76ee4d59eb8ef90f6e1f8dea4c34ac9 (diff) |
Merge pull request #103 from guidocella/play-audio-automatically
Add option to play audio automatically
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r-- | ext/bg/settings.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 65043d44..c77f550c 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -44,6 +44,10 @@ </div> <div class="checkbox"> + <label><input type="checkbox" id="auto-play-audio"> Play audio automatically</label> + </div> + + <div class="checkbox"> <label><input type="checkbox" id="show-advanced-options"> Show advanced options</label> </div> |