Show ram module in about

This commit is contained in:
Lightos1
2026-03-15 13:59:55 +01:00
parent 05af1d04ff
commit f79af5b6f7
2 changed files with 67 additions and 6 deletions

View File

@@ -27,12 +27,15 @@ class AboutGui : public BaseMenuGui
{
protected:
char strings[32][32]; // Pre-formatted strings
public:
AboutGui();
~AboutGui();
void listUI() override;
void update() override;
void refresh() override;
private:
std::string formatRamModule();
};