mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2025-08-11 12:50:21 +02:00
Remove translation of literal filename/filter format.
This commit is contained in:
parent
a2bedcf06c
commit
bf6816d81a
@ -4300,7 +4300,7 @@ void GMainWindow::OnInstallDecryptionKeys() {
|
|||||||
|
|
||||||
const QString key_source_location =
|
const QString key_source_location =
|
||||||
QFileDialog::getOpenFileName(this, tr("Select Dumped Keys Location"), {},
|
QFileDialog::getOpenFileName(this, tr("Select Dumped Keys Location"), {},
|
||||||
tr("prod.keys (prod.keys)"), {}, QFileDialog::ReadOnly);
|
QStringLiteral("prod.keys (prod.keys)"), {}, QFileDialog::ReadOnly);
|
||||||
if (key_source_location.isEmpty()) {
|
if (key_source_location.isEmpty()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user