making obs scene switching more coherent, but still not functional

This commit is contained in:
Chris Cochrun 2024-04-07 06:56:44 -05:00
parent c96f188c70
commit 00fcf565ef
5 changed files with 133 additions and 46 deletions

View file

@ -314,7 +314,7 @@ Controls.Page {
editMode = false;
refocusPresentation();
footerFirstText = presenting ? "Presenting..." : "Presentation Preview";
footerSecondText = "";
footerSecondText = ObsModel.currentProgramScene;
}
} else {
videoEditor.visible = false;
@ -327,7 +327,7 @@ Controls.Page {
editMode = false;
refocusPresentation();
footerFirstText = presenting ? "Presenting..." : "Presentation Preview"
footerSecondText = "";
footerSecondText = ObsModel.currentProgramScene;
}
}