Merge commit '4ed7fa3af30996a5567d3708998b00fc828fe552' into canary-rebase

This commit is contained in:
Herman S.
2026-04-16 00:53:16 +09:00
+4 -1
View File
@@ -72,7 +72,10 @@ void CreateProfileUI::OnDraw(ImGuiIO& io) {
ImGui::BeginDisabled(!valid);
if (ImGui::Button("Create") || (enter_pressed && valid)) {
bool autologin = (profile_manager->GetAccountCount() == 0);
profile_manager->CreateProfile(gt, autologin, migration_);
if (profile_manager->CreateProfile(gt, autologin, migration_) &&
migration_) {
emulator_->DataMigration(0xB13EBABEBABEBABE);
}
ImGui::CloseCurrentPopup();
Close();
}