small ui tweaks and fixes

This commit is contained in:
Chris Cochrun 2023-10-06 08:34:02 -05:00
parent cec9a93b72
commit 19e3c71ff2
4 changed files with 51 additions and 7 deletions

View file

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