From 81692fa910070f4d07773f6b68e98a4cb66f9c18 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Thu, 24 Feb 2022 21:11:02 +0100 Subject: [PATCH] More fixes --- source_modules/rtl_sdr_source/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source_modules/rtl_sdr_source/src/main.cpp b/source_modules/rtl_sdr_source/src/main.cpp index 601cef5..72042f3 100644 --- a/source_modules/rtl_sdr_source/src/main.cpp +++ b/source_modules/rtl_sdr_source/src/main.cpp @@ -426,7 +426,7 @@ private: 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) {