From e33ad0963231d0f5709654e46f63020db5ade2c0 Mon Sep 17 00:00:00 2001 From: Emma Broman Date: Wed, 14 May 2025 12:03:12 +0200 Subject: [PATCH] Update GUI hash Move profile info to File menu, Add color to friction buttons, tighten up mission panel, and close windows menu when selecting a window --- data/assets/util/webgui.asset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/assets/util/webgui.asset b/data/assets/util/webgui.asset index be2750b846..c9affc9137 100644 --- a/data/assets/util/webgui.asset +++ b/data/assets/util/webgui.asset @@ -4,7 +4,7 @@ local guiCustomization = asset.require("customization/gui") -- Select which commit hashes to use for the UI frontend -local frontendHash = "8c454895b301ba2d9d1b845b5ba506d3f4c887b9" +local frontendHash = "97ec347ae4384a799bc5babf2022c8d771d26be8" -- The name of the file to download from the server local file = "frontend.zip"