small ui tweaks and fixes
This commit is contained in:
parent
cec9a93b72
commit
19e3c71ff2
4 changed files with 51 additions and 7 deletions
|
@ -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 = "";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue