mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 09:42:20 +02:00
Merge pull request #16396 from zfox23/emptyServerless
DEV-2463: Put FTUE users in an empty serverless domain instead of the tutorial
This commit is contained in:
commit
a27e7f9fdd
2 changed files with 12 additions and 2 deletions
10
interface/resources/serverless/empty.json
Normal file
10
interface/resources/serverless/empty.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"DataVersion": 3,
|
||||
"Paths": {
|
||||
"/": "/0, 0, 0/0,0,0,0"
|
||||
},
|
||||
"Entities": [
|
||||
],
|
||||
"Id": "{5807d519-eb7d-496d-b22a-0820811291c9}",
|
||||
"Version": 120
|
||||
}
|
|
@ -377,7 +377,7 @@ function displayInitialLaunchWindow() {
|
|||
|
||||
initialLaunchWindow.fromQml.connect(onMessageFromInitialLaunchWindow);
|
||||
|
||||
Window.location = "file:///~/serverless/tutorial.json";
|
||||
Window.location = "file:///~/serverless/empty.json";
|
||||
}
|
||||
|
||||
var SECOND_LAUNCH_QML_PATH = Script.resolvePath("simplifiedFTUE/SecondLaunchWindow.qml");
|
||||
|
@ -405,7 +405,7 @@ function displaySecondLaunchWindow() {
|
|||
|
||||
secondLaunchWindow.fromQml.connect(onMessageFromSecondLaunchWindow);
|
||||
|
||||
Window.location = "file:///~/serverless/tutorial.json";
|
||||
Window.location = "file:///~/serverless/empty.json";
|
||||
}
|
||||
|
||||
function closeInitialLaunchWindow() {
|
||||
|
|
Loading…
Reference in a new issue