FIRE-34796 only popup the legacy download if we are not overriding.

master
Beq 2025-02-21 00:32:53 +00:00
parent 8f6dcbd33a
commit 4e6c481372
1 changed files with 2 additions and 2 deletions

View File

@ -241,8 +241,7 @@ Function CheckCPUFlagsAVX2
; Replace %DLURL% in the language string with the URL
${WordReplace} "$(MissingAVX2)" "%DLURL%" "${DL_URL}-legacy-cpus" "+*" $3
MessageBox MB_OK "$3"
${OpenURL} "${DL_URL}-legacy-cpus"
MessageBox MB_YESNO $(AVX2OverrideConfirmation) IDNO NoInstall
MessageBox MB_OKCANCEL $(AVX2OverrideNote) IDCANCEL NoInstall
@ -253,6 +252,7 @@ Function CheckCPUFlagsAVX2
Return
NoInstall:
${OpenURL} "${DL_URL}-legacy-cpus"
Quit
OK_AVX2: