Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreRouma committed Feb 24, 2022
1 parent 9bbc50f commit 81692fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source_modules/rtl_sdr_source/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ class RTLSDRSourceModule : public ModuleManager::Instance {
SmGui::ForceSync();

// 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)) {
_this->updateGainTxt();
if (_this->running) {
Expand Down

0 comments on commit 81692fa

Please sign in to comment.