Qt/WinUpdater: Remove "Update Complete" dialog

This commit is contained in:
kamfretoz 2023-10-04 21:46:53 +07:00 committed by Connor McLaughlin
parent faa740a8dd
commit 6d15eac2c6
1 changed files with 0 additions and 2 deletions

View File

@ -522,8 +522,6 @@ int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLi
return 1;
}
progress.ModalInformation("Update complete.");
progress.DisplayFormattedInformation("Launching '%s'...",
StringUtil::WideStringToUTF8String(program_to_launch).c_str());
ShellExecuteW(nullptr, L"open", program_to_launch.c_str(), nullptr, nullptr, SW_SHOWNORMAL);