mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-11 05:38:31 +00:00
Revert "Generate a links category for ss too"
This reverts commit aa51dc43337c3e7556df3ddbfada4352c1b0b473.
This commit is contained in:
parent
60806da160
commit
175a7c8672
3
lib.js
3
lib.js
@ -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.'> \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user