new option to hide controller by default

When enabled controller visibility in 'manual' mode: to hide/unhide the
user needs to use the configured shortcut keys.

Closes https://github.com/igrigorik/videospeed/issues/156.
This commit is contained in:
Ilya Grigorik
2016-12-22 17:12:51 -08:00
parent 8300c3a8e9
commit 4a3d170f84
3 changed files with 14 additions and 0 deletions

View File

@@ -36,6 +36,10 @@
<label for="displayKeyInput">Show/hide controller</label>
<input id="displayKeyInput" placeholder="press a key" type="text" value=""/>
</div>
<div class="row">
<label for="rememberSpeed">Hide controller by default</label>
<input id="startHidden" type="checkbox"/>
</div>
</section>
<section>