diff --git a/rtl_tcp_source/src/main.cpp b/rtl_tcp_source/src/main.cpp index bfa44618..63ace00b 100644 --- a/rtl_tcp_source/src/main.cpp +++ b/rtl_tcp_source/src/main.cpp @@ -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); }