mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
fix(PrintInstanceInfo): add break before OS info (#5336)
This commit is contained in:
commit
6b9d2dbb64
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ void PrintInstanceInfo::executeTask()
|
|||
auto instance = m_parent->instance();
|
||||
QStringList log;
|
||||
|
||||
log << "";
|
||||
log << "OS: " + QString("%1 | %2 | %3").arg(QSysInfo::prettyProductName(), QSysInfo::kernelType(), QSysInfo::kernelVersion());
|
||||
#ifdef Q_OS_FREEBSD
|
||||
::runSysctlHwModel(log);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue