Index: remoting/webapp/html/window_frame.html |
diff --git a/remoting/webapp/html/window_frame.html b/remoting/webapp/html/window_frame.html |
index 67f7764efee36c886d115113f8f4d33f68b198a8..dbd1178544501d211b9e59c577303df122fdb4e2 100644 |
--- a/remoting/webapp/html/window_frame.html |
+++ b/remoting/webapp/html/window_frame.html |
@@ -46,6 +46,10 @@ found in the LICENSE file. |
class="window-control window-maximize-restore"> |
<img src="icon_maximize_restore.webp"> |
</span> |
+ <span i18n-title="FULL_SCREEN" |
+ class="window-control window-fullscreen"> |
+ <img src="icon_fullscreen.webp"> |
+ </span> |
<span i18n-title="CLOSE_WINDOW" |
class="window-control window-close"> |
<img src="icon_close.webp"> |