Revert "Manager: Improve machine load times by caching details labels"

This reverts commit 9366ddd60d.
This commit is contained in:
Cacodemon345
2025-12-28 23:34:35 +06:00
parent 7bc12acca7
commit 6adcdbe68d
3 changed files with 27 additions and 58 deletions

View File

@@ -263,8 +263,6 @@ VMManagerDetails::updateConfig(VMManagerSystem *passed_sysconfig)
// * First you clear it with VMManagerDetailSection::clear()
// * Then you add each line with VMManagerDetailSection::addSection()
setUpdatesEnabled(false);
// System
systemSection->clear();
systemSection->addSection("Machine", passed_sysconfig->getDisplayValue(VMManager::Display::Name::Machine));
@@ -322,8 +320,6 @@ VMManagerDetails::updateConfig(VMManagerSystem *passed_sysconfig)
inputSection->setSections();
portsSection->setSections();
otherSection->setSections();
setUpdatesEnabled(true);
}
void