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;
|
currentWindow = presentation;
|
||||||
editMode = false;
|
editMode = false;
|
||||||
refocusPresentation();
|
refocusPresentation();
|
||||||
|
footerLeftString = presenting ? "Presenting..." : "Presentation Preview"
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
videoEditor.visible = false;
|
videoEditor.visible = false;
|
||||||
|
@ -262,8 +263,8 @@ Controls.Page {
|
||||||
presentation.visible = true;
|
presentation.visible = true;
|
||||||
currentWindow = presentation;
|
currentWindow = presentation;
|
||||||
editMode = false;
|
editMode = false;
|
||||||
presenting = true;
|
|
||||||
refocusPresentation();
|
refocusPresentation();
|
||||||
|
footerLeftString = presenting ? "Presenting..." : "Presentation Preview"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue