diff --git a/app/gui/PcView.qml b/app/gui/PcView.qml index 118ba3b6..36ad37ea 100644 --- a/app/gui/PcView.qml +++ b/app/gui/PcView.qml @@ -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() }