bug: triggering presenting on preview switching
This commit is contained in:
parent
4f081acd7a
commit
061bf5acb8
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue