mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-14 02:49:58 +01:00
qt: Fixed migration text box erroneously being show if there is no Azahar, Citra or Lime3DS data
This commit is contained in:
parent
e6ca7119af
commit
518b3d7432
@ -82,6 +82,10 @@ void UserDataMigrator::ShowMigrationPrompt(QMainWindow* main_window) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
else { // Neither Citra or Lime3DS data was found; Do nothing
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// If we're here, the user chose not to migrate
|
// If we're here, the user chose not to migrate
|
||||||
ShowMigrationCancelledMessage(main_window);
|
ShowMigrationCancelledMessage(main_window);
|
||||||
}
|
}
|
||||||
@ -135,4 +139,4 @@ void UserDataMigrator::MigrateUserData(QMainWindow* main_window,
|
|||||||
"%1")
|
"%1")
|
||||||
.arg(QString::fromStdString(legacy_user_dir)),
|
.arg(QString::fromStdString(legacy_user_dir)),
|
||||||
QMessageBox::Ok);
|
QMessageBox::Ok);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user