mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Manager: Fix the search field placeholder not being updated on language change
This commit is contained in:
@@ -834,6 +834,7 @@ VMManagerMain::onLanguageUpdated()
|
||||
{
|
||||
vm_model->refreshConfigs();
|
||||
modelDataChange();
|
||||
ui->searchBar->setPlaceholderText(tr("Search"));
|
||||
/* Hack to work around details widgets not being re-translatable
|
||||
without going through layers of abstraction */
|
||||
ui->detailsArea->layout()->removeWidget(vm_details);
|
||||
|
||||
Reference in New Issue
Block a user