making obs scene switching more coherent, but still not functional
This commit is contained in:
parent
c96f188c70
commit
00fcf565ef
5 changed files with 133 additions and 46 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue