mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2025-12-31 00:10:44 -06:00
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:
@@ -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"
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
},
|
||||
"15": {
|
||||
"id": "gettingStartedTour",
|
||||
"visible": true,
|
||||
"visible": false,
|
||||
"name": "Getting Started Tour",
|
||||
"isOpen": false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user