Index: remoting/webapp/html/toolbar.html |
diff --git a/remoting/webapp/html/toolbar.html b/remoting/webapp/html/toolbar.html |
index eeead1564b6d690d5d3a7db9ccd36e6de905be38..74fecbd61984a01c7c1f40587181ffdf76f03545 100644 |
--- a/remoting/webapp/html/toolbar.html |
+++ b/remoting/webapp/html/toolbar.html |
@@ -23,7 +23,8 @@ found in the LICENSE file. |
<button id="toolbar-disconnect" |
type="button" |
- i18n-content="DISCONNECT_MYSELF_BUTTON"> |
+ i18n-content="DISCONNECT_MYSELF_BUTTON" |
+ class="apps-v1-only"> |
</button> |
<span class="menu-button" id="send-keys-menu"> |
@@ -47,9 +48,12 @@ found in the LICENSE file. |
<ul> |
<li id="screen-resize-to-client" |
i18n-content="RESIZE_TO_CLIENT"></li> |
- <li id="screen-shrink-to-fit" i18n-content="SHRINK_TO_FIT"></li> |
- <li class="menu-separator"></li> |
- <li id="toggle-full-screen" i18n-content="FULL_SCREEN"></li> |
+ <li id="screen-shrink-to-fit" |
+ i18n-content="SHRINK_TO_FIT"></li> |
+ <li class="menu-separator apps-v1-only"></li> |
+ <li id="toggle-full-screen" |
+ i18n-content="FULL_SCREEN" |
+ class="apps-v1-only"></li> |
</ul> |
</span> |