mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-27 03:54:17 +01:00
Merge pull request #3905 from valentinvanelslande/remove-return
citra_qt: Remove return
This commit is contained in:
commit
6a08167505
@ -943,7 +943,6 @@ void GMainWindow::OnMenuInstallCIA() {
|
|||||||
emit CIAInstallReport(status, current_path);
|
emit CIAInstallReport(status, current_path);
|
||||||
}
|
}
|
||||||
emit CIAInstallFinished();
|
emit CIAInstallFinished();
|
||||||
return;
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user