diff options
author | Devaev Maxim <[email protected]> | 2018-09-29 03:43:46 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-09-29 03:43:46 +0300 |
commit | 6d57846ef4e8fb6dcc74b1253e7081304ec9521f (patch) | |
tree | 50f319fb781bc29169815d74b06eed861471176f /web/index.html | |
parent | 7d403822b53398d0c935d0d8b0e355846d14ef3d (diff) |
screenshot using web ui
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 6 |
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">• Show keyboard</button> <hr> <button id="show-stream-button">• Show stream</button> - <button disabled id="stream-reset-button">• Reset stream</button> + <hr> + <button disabled id="stream-screenshot-button">• 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">• Reset stream</button> + </div> </div> </div> </li> |