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