mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-04-19 16:56:56 -04:00
feat: print hardware information in launch log
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user