diff --git a/interface/resources/serverless/empty.json b/interface/resources/serverless/empty.json new file mode 100644 index 0000000000..6431284d9b --- /dev/null +++ b/interface/resources/serverless/empty.json @@ -0,0 +1,10 @@ +{ + "DataVersion": 3, + "Paths": { + "/": "/0, 0, 0/0,0,0,0" + }, + "Entities": [ + ], + "Id": "{5807d519-eb7d-496d-b22a-0820811291c9}", + "Version": 120 +} diff --git a/scripts/simplifiedUI/ui/simplifiedUI.js b/scripts/simplifiedUI/ui/simplifiedUI.js index 3025b938cb..2ce6a3e073 100644 --- a/scripts/simplifiedUI/ui/simplifiedUI.js +++ b/scripts/simplifiedUI/ui/simplifiedUI.js @@ -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() {