summaryrefslogtreecommitdiff
path: root/web/index.html
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-09-29 03:43:46 +0300
committerDevaev Maxim <[email protected]>2018-09-29 03:43:46 +0300
commit6d57846ef4e8fb6dcc74b1253e7081304ec9521f (patch)
tree50f319fb781bc29169815d74b06eed861471176f /web/index.html
parent7d403822b53398d0c935d0d8b0e355846d14ef3d (diff)
screenshot using web ui
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html
index 4fd108b0..61e9f4dc 100644
--- a/web/index.html
+++ b/web/index.html
@@ -71,7 +71,8 @@
<button id="show-keyboard-button">&bull; Show keyboard</button>
<hr>
<button id="show-stream-button">&bull; Show stream</button>
- <button disabled id="stream-reset-button">&bull; Reset stream</button>
+ <hr>
+ <button disabled id="stream-screenshot-button">&bull; Take a screenshot</button>
</div>
<hr>
<div data-dont-hide-menu class="ctl-dropdown-content-text">
@@ -85,6 +86,9 @@
<input id="stream-size-slider" type="range" min="50" max="150" value="100" step="10" />
</div>
</div>
+ <div class="ctl-dropdown-content-buttons">
+ <button disabled id="stream-reset-button">&bull; Reset stream</button>
+ </div>
</div>
</div>
</li>