mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-31 00:48:11 +01:00 
			
		
		
		
	Fixed checkbox with no name
This commit is contained in:
		| @@ -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); | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user