Update GUI hash

- Make it possible to select and copy text in notifications d024364130
- Disable navigation and time inputs based on engine mode (OpenSpace/OpenSpace-WebGui#175)
- Add tab to add browser/webpage in screenspace renderables panel (OpenSpace/OpenSpace-WebGui#177)
- Fix missing info button for current SGN (#3735) 8e0c43cc40
This commit is contained in:
Emma Broman
2025-07-02 14:15:23 +02:00
parent 703db8c66e
commit 0962a7c3e0

View File

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