fix(PrintInstanceInfo): add break before OS info (#5336)

This commit is contained in:
Alexandru Ionut Tripon 2026-04-09 20:16:13 +00:00 committed by GitHub
commit 6b9d2dbb64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);