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:
@@ -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ü
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user