mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-21 06:13:45 +00:00
refactor demodulator classes, part 2
This commit is contained in:
parent
b8f7686a6d
commit
d9a818525d
3 changed files with 70 additions and 41 deletions
|
|
@ -13,7 +13,8 @@ function BookmarkBar() {
|
|||
if (b.modulation) {
|
||||
me.getDemodulatorPanel().setMode(b.modulation);
|
||||
} else if (b.digital_modulation) {
|
||||
me.getDemodulatorPanel().setDigiMode(b.digital_modulation);
|
||||
// TODO: update bookmarks so they don't contain digital_modulation
|
||||
me.getDemodulatorPanel().setMode(b.digital_modulation);
|
||||
}
|
||||
$bookmark.addClass('selected');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue