citra_qt/configuration: fix language configuration issues

This commit is contained in:
zhupengfei 2018-11-02 22:40:58 +08:00
parent 7c3d325aff
commit ab07d44193
No known key found for this signature in database
GPG key ID: DD129E108BD09378
12 changed files with 54 additions and 31 deletions

View file

@ -422,5 +422,4 @@ void ConfigureSystem::RefreshConsoleID() {
void ConfigureSystem::retranslateUi() {
ui->retranslateUi(this);
ReadSystemSettings();
}