Move record label

This commit is contained in:
2020-04-14 08:29:11 +02:00
parent 1de48a20a1
commit d4c2152ecd
2 changed files with 6 additions and 4 deletions

View File

@ -941,8 +941,8 @@ class CallWindow extends CustomEvents {
// Add notice
this.recordLabel = createElem2({
appendTo: this.windowHead,
type: "span",
insertBefore: this.videosArea,
type: "div",
class: "record-label",
innerHTML: "Recording"
});