mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-11 13:48:38 +00:00
Generate a links category for ss too
This commit is contained in:
parent
a47baccbf8
commit
aa51dc4333
3
lib.js
3
lib.js
@ -15962,6 +15962,7 @@ 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'> \
|
||||
@ -35638,7 +35639,7 @@ function createControlBoxScreenshare(UUID, soloLink, streamID) {
|
||||
|
||||
var handsID = "hands_" + UUID;
|
||||
|
||||
controls.innerHTML += "<div>";
|
||||
controls.innerHTML += "<div class='flexBreak'><span data-translate='links'>Links</span></div>"; //Seems to create an empty 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