Consolidate help handling into ErrorMessageDialog

This commit is contained in:
Cameron Gutman
2019-03-31 15:16:48 -07:00
parent 2cd32bf25a
commit 060a00b9c7
8 changed files with 12 additions and 30 deletions

View File

@@ -231,11 +231,10 @@ GridView {
ErrorMessageDialog {
id: errorDialog
onHelp: {
// Using Setup-Guide here instead of Troubleshooting because it's likely that users
// will arrive here by forgetting to enable GameStream or not forwarding ports.
Qt.openUrlExternally("https://github.com/moonlight-stream/moonlight-docs/wiki/Setup-Guide");
}
// Using Setup-Guide here instead of Troubleshooting because it's likely that users
// will arrive here by forgetting to enable GameStream or not forwarding ports.
helpUrl: "https://github.com/moonlight-stream/moonlight-docs/wiki/Setup-Guide"
}
NavigableMessageDialog {