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
|
||||
ShowMigrationCancelledMessage(main_window);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user