mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-03-11 03:20:07 +01:00
More fixes
This commit is contained in:
parent
9bbc50ff3c
commit
81692fa910
@ -426,7 +426,7 @@ private:
|
|||||||
SmGui::ForceSync();
|
SmGui::ForceSync();
|
||||||
|
|
||||||
// TODO: FIND ANOTHER WAY
|
// TODO: FIND ANOTHER WAY
|
||||||
if (serverMode) {
|
if (_this->serverMode) {
|
||||||
if (SmGui::SliderInt(CONCAT("##_rtlsdr_gain_", _this->name), &_this->gainId, 0, _this->gainList.size() - 1, SmGui::FMT_STR_NONE)) {
|
if (SmGui::SliderInt(CONCAT("##_rtlsdr_gain_", _this->name), &_this->gainId, 0, _this->gainList.size() - 1, SmGui::FMT_STR_NONE)) {
|
||||||
_this->updateGainTxt();
|
_this->updateGainTxt();
|
||||||
if (_this->running) {
|
if (_this->running) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user