fix(ui): sync main slice controls with panel

This commit is contained in:
2026-07-14 20:28:10 +03:00
parent b7dd57c64f
commit 53aef502e9
2 changed files with 6 additions and 46 deletions
+1
View File
@@ -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