diff options
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/index.html b/web/index.html index 1c16bc91..52e08f45 100644 --- a/web/index.html +++ b/web/index.html @@ -69,9 +69,7 @@ <div class="ctl-dropdown-content"> <div class="ctl-dropdown-content-buttons"> <button id="show-about-button">• Show about</button> - <hr> <button id="show-keyboard-button">• Show keyboard</button> - <hr> <button id="show-stream-button">• Show stream</button> <hr> <button disabled id="stream-screenshot-button">• Take a screenshot</button> @@ -91,6 +89,7 @@ <hr> <div class="ctl-dropdown-content-buttons"> <button disabled id="stream-reset-button">• Reset stream</button> + <button disabled id="msd-reset-button">• Reset mass storage</button> </div> </div> </div> |