feat: print hardware information in launch log

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2026-03-12 17:57:16 +05:00
parent faf23c053d
commit d221a0a449
No known key found for this signature in database
GPG key ID: B77C34313AEE1FFF
12 changed files with 379 additions and 141 deletions

View file

@ -27,10 +27,11 @@
#include "Application.h"
#include "BuildConfig.h"
#include "HardwareInfo.h"
JavaWizardWidget::JavaWizardWidget(QWidget* parent) : QWidget(parent)
{
m_availableMemory = SysInfo::getSystemRamMiB();
m_availableMemory = HardwareInfo::totalRamMiB();
goodIcon = QIcon::fromTheme("status-good");
yellowIcon = QIcon::fromTheme("status-yellow");