mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-11 21:58:35 +00:00
Add files via upload
This commit is contained in:
parent
bc5d447e9d
commit
eda81129d9
7
main.js
7
main.js
@ -795,8 +795,6 @@ async function main(){ // main asyncronous thread; mostly initializes the user s
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
if (urlParams.has('pie')){
|
||||
session.customWSS = urlParams.get('pie') || false; // If session.customWSS == true, then there is no need to set parameters via URL
|
||||
@ -2293,6 +2291,11 @@ async function main(){ // main asyncronous thread; mostly initializes the user s
|
||||
//getById("container-2").className = 'column columnfade advanced'; // Hide screen share
|
||||
getById("head3").classList.add('advanced');
|
||||
getById("head3a").classList.add('advanced');
|
||||
} else if (session.introOnClean){
|
||||
getById("container-2").className = 'column columnfade advanced'; // Hide screen share
|
||||
getById("container-3").classList.add("skip-animation");
|
||||
getById("container-3").classList.remove('pointer');
|
||||
delayedStartupFuncs.push([previewWebcam]);
|
||||
}
|
||||
|
||||
if (session.cleanViewer){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user