| Index: remoting/webapp/html/window_frame.html
|
| diff --git a/remoting/webapp/html/window_frame.html b/remoting/webapp/html/window_frame.html
|
| index 3b24d4890ff12a452b17d4bbc52081b83d8ca6a1..67ab6c55eae5094929af0c76628ad314fd6f65ec 100644
|
| --- a/remoting/webapp/html/window_frame.html
|
| +++ b/remoting/webapp/html/window_frame.html
|
| @@ -7,6 +7,27 @@ found in the LICENSE file.
|
| <span class="window-title"> </span>
|
| <span class="window-controls-hover-target">
|
| <div class="window-controls">
|
| + <span i18n-title="OPTIONS_MENU"
|
| + class="window-control window-options menu-button">
|
| + <img src="icon_options.webp"
|
| + class="menu-button-activator window-options-activator">
|
| + <ul class="window-options-menu right-align">
|
| + <li class="menu-send-ctrl-alt-del"
|
| + i18n-content="SEND_CTRL_ALT_DEL"></li>
|
| + <li class="menu-send-print-screen"
|
| + i18n-content="SEND_PRINT_SCREEN"></li>
|
| + <li class="menu-separator"></li>
|
| + <li class="menu-resize-to-client"
|
| + i18n-content="RESIZE_TO_CLIENT"></li>
|
| + <li class="menu-shrink-to-fit"
|
| + i18n-content="SHRINK_TO_FIT"></li>
|
| + <li class="menu-separator"></li>
|
| + <li class="menu-help"
|
| + i18n-content="HELP"></li>
|
| + <li class="menu-feedback"
|
| + i18n-content="ACTIONBAR_FEEDBACK"></li>
|
| + </ul>
|
| + </span>
|
| <span i18n-title="DISCONNECT_MYSELF_BUTTON"
|
| class="window-control window-disconnect">
|
| <img src="icon_disconnect.webp">
|
|
|