mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Consolidate help handling into ErrorMessageDialog
This commit is contained in:
@@ -67,10 +67,6 @@ Item {
|
||||
ErrorMessageDialog {
|
||||
id: errorDialog
|
||||
|
||||
onHelp: {
|
||||
Qt.openUrlExternally("https://github.com/moonlight-stream/moonlight-docs/wiki/Troubleshooting");
|
||||
}
|
||||
|
||||
onVisibleChanged: {
|
||||
if (!visible) {
|
||||
Qt.quit();
|
||||
|
||||
Reference in New Issue
Block a user