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,7 +547,9 @@ function shutdown() {
if (!HMD.active) {
var toolbar = Toolbars.getToolbar(TOOLBAR_NAME);
toolbar.writeProperty("visible", true);
if (toolbar) {
toolbar.writeProperty("visible", true);
}
}
}