bug: triggering presenting on preview switching

This commit is contained in:
Chris Cochrun 2023-04-18 11:00:10 -05:00
parent 4f081acd7a
commit 061bf5acb8

View file

@ -252,6 +252,7 @@ Controls.Page {
currentWindow = presentation;
editMode = false;
refocusPresentation();
footerLeftString = presenting ? "Presenting..." : "Presentation Preview"
}
} else {
videoEditor.visible = false;
@ -262,8 +263,8 @@ Controls.Page {
presentation.visible = true;
currentWindow = presentation;
editMode = false;
presenting = true;
refocusPresentation();
footerLeftString = presenting ? "Presenting..." : "Presentation Preview"
}
}