mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-16 07:39:11 +02:00
mend
This commit is contained in:
parent
b25c874e5f
commit
b98d106a3b
1 changed files with 4 additions and 0 deletions
|
@ -471,6 +471,10 @@ function onMessageFromInitialLaunchWindow(message) {
|
|||
closeInitialLaunchWindow();
|
||||
break;
|
||||
|
||||
case "closeSecondLaunchWindow":
|
||||
closeSecondLaunchWindow();
|
||||
break;
|
||||
|
||||
default:
|
||||
console.log("Unrecognized message from " + INITIAL_LAUNCH_WINDOW_MESSAGE_SOURCE + ": " + JSON.stringify(message));
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue