From 9150cd288f067cda3e0477630ebec0bdafa72755 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Tue, 4 Jun 2019 13:36:00 -0700 Subject: [PATCH] Add some logging instead of a scary popup --- scripts/simplifiedUI/ui/simplifiedUI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/simplifiedUI/ui/simplifiedUI.js b/scripts/simplifiedUI/ui/simplifiedUI.js index 295e252ca3..cdf6a9591a 100644 --- a/scripts/simplifiedUI/ui/simplifiedUI.js +++ b/scripts/simplifiedUI/ui/simplifiedUI.js @@ -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);