Updates MSRs alert comment to include windows (#507)

Adds windows to MSRs alert comment in addition to macOS
pull/515/head
kaikikokuke 2 years ago committed by GitHub
parent b540471acc
commit 601273de40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      quickemu

@ -645,7 +645,7 @@ function vm_boot() {
fi
if [ "${guest_os}" == "macos" ] || [ "${guest_os}" == "windows" ]; then
# Display MSRs alert if the guest is macOS
# Display MSRs alert if the guest is macOS or windows
ignore_msrs_alert
fi

Loading…
Cancel
Save