Change default setting for showing getting-started tour to not show (closes #3724)

GUI change: 03d8bdb206d2d82a83b56d9409bd5fd41c97a3bc. Verified with "started before" setting
This commit is contained in:
Emma Broman
2025-06-24 15:02:18 +02:00
parent c7cf970941
commit 69a074e9a5
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ local guiCustomization = asset.require("customization/gui")
-- Select which commit hashes to use for the UI frontend
local frontendHash = "ef3c00211844095bb558cae5a37e91f1204edab5"
local frontendHash = "03d8bdb206d2d82a83b56d9409bd5fd41c97a3bc"
-- The name of the file to download from the server
local frontendFile = "frontend.zip"

View File

@@ -91,7 +91,7 @@
},
"15": {
"id": "gettingStartedTour",
"visible": true,
"visible": false,
"name": "Getting Started Tour",
"isOpen": false
},