Merge pull request #3986 from zhaowenlan1779/language-config-fix
citra_qt/configuration: fix input configuration disappearing after changing languages
This commit is contained in:
commit
07a78a6dd2
1 changed files with 1 additions and 0 deletions
|
@ -289,4 +289,5 @@ void ConfigureInput::keyPressEvent(QKeyEvent* event) {
|
|||
|
||||
void ConfigureInput::retranslateUi() {
|
||||
ui->retranslateUi(this);
|
||||
updateButtonLabels();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue