diff --git a/app/gui/computermodel.cpp b/app/gui/computermodel.cpp index 284b0346..2d5ea826 100644 --- a/app/gui/computermodel.cpp +++ b/app/gui/computermodel.cpp @@ -39,7 +39,7 @@ QVariant ComputerModel::data(const QModelIndex& index, int role) const case OnlineRole: return computer->state == NvComputer::CS_ONLINE; case PairedRole: - return computer->state == NvComputer::PS_PAIRED; + return computer->pairState == NvComputer::PS_PAIRED; case BusyRole: return computer->currentGameId != 0; case AddPcRole: