mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-05 06:37:51 -04:00
Remote input GUI: set status to OK if info API is OK
This commit is contained in:
parent
5a11ef6a8b
commit
766695d99d
@ -221,6 +221,7 @@ bool RemoteInputGui::handleMessage(const Message& message)
|
|||||||
ui->apiAddressLabel->setStyleSheet("QLabel { background-color : green; }");
|
ui->apiAddressLabel->setStyleSheet("QLabel { background-color : green; }");
|
||||||
const RemoteInput::MsgReportRemoteFixedData& report = (const RemoteInput::MsgReportRemoteFixedData&) message;
|
const RemoteInput::MsgReportRemoteFixedData& report = (const RemoteInput::MsgReportRemoteFixedData&) message;
|
||||||
displayRemoteFixedData(report.getData());
|
displayRemoteFixedData(report.getData());
|
||||||
|
ui->statusText->setText("OK");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else if (RemoteInput::MsgReportRemoteAPIError::match(message))
|
else if (RemoteInput::MsgReportRemoteAPIError::match(message))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user