mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -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(
|
QErrorMessage(this).showMessage(
|
||||||
tr("Failed to open the input file \"%1\".").arg(QString::fromStdString(original_path)));
|
tr("Failed to open the input file \"%1\".").arg(QString::fromStdString(original_path)));
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user