Remote input GUI: set status to OK if info API is OK

pull/1092/head
f4exb 2021-12-27 19:03:55 +01:00
rodzic 5a11ef6a8b
commit 766695d99d
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -221,6 +221,7 @@ bool RemoteInputGui::handleMessage(const Message& message)
ui->apiAddressLabel->setStyleSheet("QLabel { background-color : green; }");
const RemoteInput::MsgReportRemoteFixedData& report = (const RemoteInput::MsgReportRemoteFixedData&) message;
displayRemoteFixedData(report.getData());
ui->statusText->setText("OK");
return true;
}
else if (RemoteInput::MsgReportRemoteAPIError::match(message))