Manager: Show attached LPT peripherals in details pane

This commit is contained in:
Alexander Babikov
2025-08-02 14:59:23 +05:00
parent 83ffb90276
commit 47bdbbdac0
2 changed files with 17 additions and 6 deletions

View File

@@ -267,8 +267,8 @@ VMManagerDetails::updateConfig(VMManagerSystem *passed_sysconfig) {
// Ports
portsSection->clear();
portsSection->addSection(tr("Serial Ports"), passed_sysconfig->getDisplayValue(Display::Name::Serial));
portsSection->addSection(tr("Parallel Ports"), passed_sysconfig->getDisplayValue(Display::Name::Parallel));
portsSection->addSection(tr("Serial ports"), passed_sysconfig->getDisplayValue(Display::Name::Serial));
portsSection->addSection(tr("Parallel ports"), passed_sysconfig->getDisplayValue(Display::Name::Parallel));
}