Update GUI hash

* Windown panel reordering https://github.com/OpenSpace/OpenSpace-WebGui/pull/202
* Fixes #3914
* QR code emnu modal to open GUI in browser: https://github.com/OpenSpace/OpenSpace-WebGui/pull/198
This commit is contained in:
Emma Broman
2026-03-18 09:18:40 +01:00
parent d714d5788b
commit fb85095a83

View File

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