mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-21 06:13:45 +00:00
correctly handle bookmarks with underlying mode in receiver
This commit is contained in:
parent
a54a5fd560
commit
258aebd0c3
3 changed files with 27 additions and 17 deletions
|
|
@ -11,7 +11,7 @@ function BookmarkBar() {
|
|||
if (!b || !b.frequency || !b.modulation) return;
|
||||
me.getDemodulator().set_offset_frequency(b.frequency - center_freq);
|
||||
if (b.modulation) {
|
||||
me.getDemodulatorPanel().setMode(b.modulation);
|
||||
me.getDemodulatorPanel().setMode(b.modulation, b.underlying);
|
||||
}
|
||||
$bookmark.addClass('selected');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue