mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Fix QML error when pairing successfully
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ GridView {
|
|||||||
pairDialog.close()
|
pairDialog.close()
|
||||||
|
|
||||||
// Display a failed dialog if we got an error
|
// Display a failed dialog if we got an error
|
||||||
if (error !== null) {
|
if (error !== undefined) {
|
||||||
errorDialog.text = error
|
errorDialog.text = error
|
||||||
errorDialog.open()
|
errorDialog.open()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user