mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-16 03:49:59 +01:00
Merge pull request #4204 from valentinvanelslande/language-fix
Repopulates fields in System Settings when retranslating the UI Fixes #4203
This commit is contained in:
commit
54c32647a1
@ -414,4 +414,5 @@ void ConfigureSystem::refreshConsoleID() {
|
|||||||
|
|
||||||
void ConfigureSystem::retranslateUi() {
|
void ConfigureSystem::retranslateUi() {
|
||||||
ui->retranslateUi(this);
|
ui->retranslateUi(this);
|
||||||
|
ReadSystemSettings();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user