diff --git a/interface/resources/icons/tablet-icons/spectator-i.svg b/interface/resources/icons/tablet-icons/spectator-i.svg new file mode 100644 index 0000000000..bc76417c4c --- /dev/null +++ b/interface/resources/icons/tablet-icons/spectator-i.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + diff --git a/scripts/system/spectatorCamera.js b/scripts/system/spectatorCamera.js index b77ab1d8af..6a80daae85 100644 --- a/scripts/system/spectatorCamera.js +++ b/scripts/system/spectatorCamera.js @@ -143,7 +143,8 @@ if (!button) { if ((isHMDMode || showSpectatorInDesktop) && !isShuttingDown) { button = tablet.addButton({ - text: buttonName + text: buttonName, + icon: "icons/tablet-icons/spectator-i.svg" }); button.clicked.connect(onTabletButtonClicked); }