From 75f9403888e84ee3d88c9b8ad4ee3f0fbac15f2f Mon Sep 17 00:00:00 2001 From: AMIAY Date: Thu, 22 Jan 2026 08:07:32 +0100 Subject: [PATCH] Display launcher version in UI Adds a version display element to the bottom right of the UI, fetching the version from package.json via a new IPC handler. Updates main.js, preload.js, and ui.js to support retrieving and displaying the version, and adds relevant styles in style.css. --- GUI/index.html | 5 +++++ GUI/js/ui.js | 16 ++++++++++++++ GUI/style.css | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++ main.js | 7 +++++++ preload.js | 1 + 5 files changed, 86 insertions(+) diff --git a/GUI/index.html b/GUI/index.html index 22fd986..9e1f4df 100644 --- a/GUI/index.html +++ b/GUI/index.html @@ -658,6 +658,11 @@ +
+ + Loading... +
+