Add tool configuration management and enhance UI functionality

Introduce `ToolConfigStore` for managing tool configuration files, enabling retrieval and updates. Refactor window handling to support Lua timeout settings and dynamic tool-specific configurations. Improve HTML UI with Lua timeout adjustments and centralized styling updates.
This commit is contained in:
2026-01-27 22:26:05 +01:00
parent 0f66263f63
commit 5c32949535
8 changed files with 175 additions and 22 deletions

View File

@@ -1,8 +1,10 @@
export module toolboxTray;
module;
#include <functional>
#include "tray.h"
export module toolboxTray;
export
class toolboxTray : public tray {
@@ -49,4 +51,4 @@ private:
tray_update(this); // Update des Trays mit dem Menü
}
}
};
};