one last fix

This commit is contained in:
Preston Bezos 2019-06-12 15:56:27 -07:00
parent 8dcf6e6a03
commit 3cd3f1a508

View file

@ -547,9 +547,11 @@ function shutdown() {
if (!HMD.active) {
var toolbar = Toolbars.getToolbar(TOOLBAR_NAME);
if (toolbar) {
toolbar.writeProperty("visible", true);
}
}
}
if (topBarWindow) {
topBarWindow.close();