Qt: Add runtime downloading of OSD fonts

This commit is contained in:
Stenzek
2024-01-10 14:11:38 +10:00
parent 55a76892ae
commit 573dfd2a26
4 changed files with 101 additions and 65 deletions

View File

@ -205,7 +205,7 @@ void SetupWizardDialog::themeChanged()
void SetupWizardDialog::languageChanged()
{
// Skip the recreation, since we don't have many dynamic UI elements.
QtHost::InstallTranslator();
QtHost::InstallTranslator(this);
m_ui.retranslateUi(this);
setupControllerPage(false);
}