Fixed typo

This commit is contained in:
Ryzerth 2020-10-20 19:15:43 +02:00
parent 71f6be8d08
commit f6cfe83d45
4 changed files with 48 additions and 47 deletions

View File

@ -127,7 +127,6 @@ private:
ImGui::Text("Snap Interval"); ImGui::Text("Snap Interval");
ImGui::SetNextItemWidth(menuColumnWidth - ImGui::GetCursorPosX()); ImGui::SetNextItemWidth(menuColumnWidth - ImGui::GetCursorPosX());
if (ImGui:)
} }
static void scriptCreateHandler(void* ctx, duk_context* dukCtx, duk_idx_t objId) { static void scriptCreateHandler(void* ctx, duk_context* dukCtx, duk_idx_t objId) {

View File

@ -19,7 +19,7 @@
"bandPlan": "General", "bandPlan": "General",
"bandPlanEnabled": true, "bandPlanEnabled": true,
"fftHeight": 300, "fftHeight": 300,
"frequency": 99015000, "frequency": 99100000,
"max": 0.0, "max": 0.0,
"maximized": false, "maximized": false,
"menuOrder": [ "menuOrder": [
@ -37,7 +37,7 @@
"source": "", "source": "",
"sourceSettings": {}, "sourceSettings": {},
"windowSize": { "windowSize": {
"h": 1053, "h": 720,
"w": 959 "w": 1280
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"Radio": "./radio/radio.so", "Radio": "./radio/Release/radio.dll",
"Recorder": "./recorder/recorder.so", "Recorder": "./recorder/Release/recorder.dll",
"Soapy": "./soapy/soapy.so", "Soapy": "./soapy/Release/soapy.dll",
"RTLTCPSource": "./rtl_tcp_source/rtl_tcp_source.so" "RTLTCPSource": "./rtl_tcp_source/Release/rtl_tcp_source.dll"
} }

View File

@ -284,6 +284,8 @@ private:
} }
i++; i++;
} }
_this->dev->
} }
static void _worker(SoapyModule* _this) { static void _worker(SoapyModule* _this) {