PhantomSDR Support Forum

General Category => PhantomSDR Software => Topic started by: Andy R3MAV on Apr 22, 2025, 03:14 PM

Title: Buttons Static IF Filters
Post by: Andy R3MAV on Apr 22, 2025, 03:14 PM
The bug I noticed in IF Filters Popup has still not been fixed. Namely, in the /frontend/src/App.svelte file.
The following code edit is proposed:

lines

{:else if newbandwidth == 4500}4.5
kHz
{:else if newbandwidth == 5000}5.0
kHz
 

 replace the lines with
                                                                       
                     
{:else if newbandwidth == 6000}6.0
kHz
{:else if newbandwidth == 9000}9.0
kHz
 

After this edit, the appropriate labels will appear on the 6.0 кHz and 9 kHz buttons.
Title: Re: Buttons Static IF Filters
Post by: Phil - NY4Q on Apr 22, 2025, 05:45 PM
Thanks Andy; I'll make that change today.