Fixed formatting

This commit is contained in:
OpenSauce04 2024-04-07 19:04:59 +01:00
parent 9ee8c76603
commit 7864eb6bab

View File

@ -1875,7 +1875,8 @@ void GMainWindow::UninstallTitles(
future_watcher.waitForFinished();
if (failed) {
QMessageBox::critical(this, tr("Lime3DS"), tr("Failed to uninstall '%1'.").arg(failed_name));
QMessageBox::critical(this, tr("Lime3DS"),
tr("Failed to uninstall '%1'.").arg(failed_name));
} else if (!future_watcher.isCanceled()) {
QMessageBox::information(this, tr("Lime3DS"),
tr("Successfully uninstalled '%1'.").arg(first_name));