mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
DolphinQt: Don't show success message when converting missing file
This commit is contained in:
@ -331,6 +331,7 @@ void ConvertDialog::Convert()
|
||||
{
|
||||
QErrorMessage(this).showMessage(
|
||||
tr("Failed to open the input file \"%1\".").arg(QString::fromStdString(original_path)));
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user