mirror of
https://git.vladimir.cc/vladimir/ewsdr.git
synced 2026-08-25 17:27:32 +00:00
fix(ui): sync main slice controls with panel
This commit is contained in:
@@ -3184,6 +3184,7 @@ var
|
||||
BW_arr: array[0..FILT_COUNT-1] of Integer;
|
||||
best, dist, i: Integer;
|
||||
begin
|
||||
if FMode = MODE_DMR then BWHz := FILT_DMR_BW;
|
||||
FFilterBW := BWHz;
|
||||
for i := 0 to FILT_COUNT-1 do BW_arr[i] := MaxInt;
|
||||
case FMode of
|
||||
|
||||
Reference in New Issue
Block a user