adding better footer information and styling

This commit is contained in:
Chris Cochrun 2023-04-19 09:42:13 -05:00
parent 7c2eeb5aa4
commit 1dc08d212c
2 changed files with 40 additions and 16 deletions

View file

@ -252,7 +252,7 @@ Controls.Page {
currentWindow = presentation;
editMode = false;
refocusPresentation();
footerLeftString = presenting ? "Presenting..." : "Presentation Preview"
/* footerLeftString = presenting ? "Presenting..." : "Presentation Preview" */
}
} else {
videoEditor.visible = false;
@ -264,7 +264,7 @@ Controls.Page {
currentWindow = presentation;
editMode = false;
refocusPresentation();
footerLeftString = presenting ? "Presenting..." : "Presentation Preview"
/* footerLeftString = presenting ? "Presenting..." : "Presentation Preview" */
}
}