From e37f9ca0ebbadc294183ab2f47a368f5ee153f82 Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Mon, 5 Jan 2026 13:18:33 +0000 Subject: [PATCH] feat: Update GUI description to clarify widget framework --- config/gui_runtime.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/gui_runtime.json b/config/gui_runtime.json index 547e0a6..e91c959 100644 --- a/config/gui_runtime.json +++ b/config/gui_runtime.json @@ -1,7 +1,7 @@ { "launcher": { "name": "GUI Demo", - "description": "Interactive GUI demonstration with ImGui widgets and controls", + "description": "Interactive GUI demonstration with (Not-a-ImGui, it should be LUA DIY) widgets and controls", "enabled": true }, "window_width": 1024,