mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-12 19:27:11 +01:00
Fixed checkbox with no name
This commit is contained in:
parent
465dc9e5dc
commit
a974658c98
@ -221,7 +221,7 @@ private:
|
||||
}
|
||||
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) {
|
||||
_this->client.setBiasTee(_this->biasTee);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user