Add some logging instead of a scary popup

This commit is contained in:
Zach Fox 2019-06-04 13:36:00 -07:00
parent 19b2d35b87
commit 9150cd288f

View file

@ -531,7 +531,7 @@ function shutdown() {
restoreScripts();
if (!keepExistingUIAndScriptsSetting) {
Window.confirm("You'll have to restart Interface to get full functionality back. Clicking yes or no will dismiss this dialog.");
console.log("The Simplified UI script has been shut down. If you notice any strangeness with user interface, please restart this application.");
if (!HMD.active) {
var toolbar = Toolbars.getToolbar(TOOLBAR_NAME);