mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-08-05 15:41:44 +02:00
Fixed checkbox with no name
This commit is contained in:
@@ -221,7 +221,7 @@ private:
|
|||||||
}
|
}
|
||||||
if (_this->tunerAGC) { style::endDisabled(); }
|
if (_this->tunerAGC) { style::endDisabled(); }
|
||||||
|
|
||||||
if (ImGui::Checkbox(CONCAT("##_biast_select_", _this->name), &_this->biasTee)) {
|
if (ImGui::Checkbox(CONCAT("Bias-T##_biast_select_", _this->name), &_this->biasTee)) {
|
||||||
if (_this->running) {
|
if (_this->running) {
|
||||||
_this->client.setBiasTee(_this->biasTee);
|
_this->client.setBiasTee(_this->biasTee);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user