Merge pull request #4204 from valentinvanelslande/language-fix

Repopulates fields in System Settings when retranslating the UI

Fixes #4203
This commit is contained in:
James Rowe 2018-09-11 21:57:38 -06:00 committed by GitHub
commit 54c32647a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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