diff options
| -rw-r--r-- | src/yuzu/configuration/configure_system.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_system.cpp b/src/yuzu/configuration/configure_system.cpp index a9bd5465d..20ffb0a9a 100644 --- a/src/yuzu/configuration/configure_system.cpp +++ b/src/yuzu/configuration/configure_system.cpp | |||
| @@ -328,7 +328,7 @@ void ConfigureSystem::SetUserImage() { | |||
| 328 | const auto username = GetAccountUsername(*profile_manager, *uuid); | 328 | const auto username = GetAccountUsername(*profile_manager, *uuid); |
| 329 | 329 | ||
| 330 | const auto file = QFileDialog::getOpenFileName(this, tr("Select User Image"), QString(), | 330 | const auto file = QFileDialog::getOpenFileName(this, tr("Select User Image"), QString(), |
| 331 | "JPEG Images (*.jpg *.jpeg)"); | 331 | tr("JPEG Images (*.jpg *.jpeg)")); |
| 332 | 332 | ||
| 333 | if (file.isEmpty()) | 333 | if (file.isEmpty()) |
| 334 | return; | 334 | return; |