adding better footer information and styling
This commit is contained in:
parent
7c2eeb5aa4
commit
1dc08d212c
2 changed files with 40 additions and 16 deletions
|
@ -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" */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue