Point users to ARM64 version of Moonlight if running the x86 or x64 versions

This commit is contained in:
Cameron Gutman 2020-12-28 12:27:22 -06:00
commit 565bba6e55
3 changed files with 40 additions and 2 deletions

View file

@ -405,7 +405,7 @@ ApplicationWindow {
NavigableMessageDialog {
id: wow64Dialog
standardButtons: Dialog.Ok | Dialog.Cancel
text: qsTr("This PC is running a 64-bit version of Windows. Please download the x64 version of Moonlight for the best streaming performance.")
text: qsTr("This PC is running the %1 version of Windows. Please download the %1 version of Moonlight for the best streaming performance.").arg(SystemProperties.friendlyNativeArchName)
onAccepted: {
Qt.openUrlExternally("https://github.com/moonlight-stream/moonlight-qt/releases");
}