Revert "Generate a links category for ss too"

This reverts commit aa51dc43337c3e7556df3ddbfada4352c1b0b473.
This commit is contained in:
steveseguin 2023-04-26 13:44:56 -04:00
parent 60806da160
commit 175a7c8672

3
lib.js
View File

@ -15962,7 +15962,6 @@ async function createDirectorOnlyBox() {
oldGroups.push(ee.dataset.group);
});
getById("groups").remove();
if (session.hidesololinks==false){ // won't be updating the solo link to a view-only one ever, since director is always expected to be in a room
controls.innerHTML += "<div class='soloButton' title='A direct solo view of the video/audio stream with nothing else'> \
@ -35639,7 +35638,7 @@ function createControlBoxScreenshare(UUID, soloLink, streamID) {
var handsID = "hands_" + UUID;
controls.innerHTML += "<div class='flexBreak'><span data-translate='links'>Links</span></div>"; //Seems to create an empty div.
controls.innerHTML += "<div>";
if (session.hidesololinks==false){
controls.innerHTML += "<div class='soloButton' title='A direct solo view of the video/audio stream with nothing else.'> \