mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
allow squelch_auto_margin = 0
This commit is contained in:
parent
b6ed06dff4
commit
54142f4f15
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ DemodulatorPanel.prototype.updateSquelch = function() {
|
|||
};
|
||||
|
||||
DemodulatorPanel.prototype.setSquelchMargin = function(margin) {
|
||||
if (!margin || this.squelchMargin == margin) return;
|
||||
if (typeof(margin) === 'undefined' || this.squelchMargin == margin) return;
|
||||
this.squelchMargin = margin;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue