mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-02-04 13:54:43 +01:00
Fixed typo
This commit is contained in:
parent
71f6be8d08
commit
f6cfe83d45
@ -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) {
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -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"
|
||||||
}
|
}
|
||||||
|
@ -284,6 +284,8 @@ private:
|
|||||||
}
|
}
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_this->dev->
|
||||||
}
|
}
|
||||||
|
|
||||||
static void _worker(SoapyModule* _this) {
|
static void _worker(SoapyModule* _this) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user