mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-14 09:06:51 +02:00
Add some logging instead of a scary popup
This commit is contained in:
parent
19b2d35b87
commit
9150cd288f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue