Add Help option to connection failure dialog

This commit is contained in:
Cameron Gutman 2018-09-09 11:49:34 -07:00
parent 5e47b8a835
commit b0a9fc7085

View file

@ -108,6 +108,9 @@ Item {
id: errorDialog
modality:Qt.WindowModal
icon: StandardIcon.Critical
standardButtons: StandardButton.Ok
standardButtons: StandardButton.Ok | StandardButton.Help
onHelp: {
Qt.openUrlExternally("https://github.com/moonlight-stream/moonlight-docs/wiki/Troubleshooting");
}
}
}