From 3acb48b930ca48029f6758fa70eefafc51f25997 Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Thu, 24 Jul 2025 10:58:48 +0200 Subject: [PATCH] Update WebGUI frontend hash --- 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 d6f0016f79..3a2d2d013f 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 = "8e0c43cc406cc56dea3c5e1f0b4c45b1216927a5" +local frontendHash = "ce1a3c2fe51b46cc3f4ebfdf30389dc41b0c99ac" -- The name of the file to download from the server local frontendFile = "frontend.zip"