Manager: Update the machine count after a language change

This commit is contained in:
Alexander Babikov
2025-08-22 17:31:14 +05:00
parent bf3ca5fa3c
commit a2be560a94

View File

@@ -774,6 +774,7 @@ void
VMManagerMain::onLanguageUpdated()
{
vm_model->refreshConfigs();
modelDataChange();
/* Hack to work around details widgets not being re-translatable
without going through layers of abstraction */
ui->detailsArea->layout()->removeWidget(vm_details);