adapt protocol / mode string
This commit is contained in:
parent
17a78ffa79
commit
2be58503c6
@ -164,7 +164,7 @@ YsfMetaPanel.prototype.setDown = function(down) {
|
||||
|
||||
function DStarMetaPanel(el) {
|
||||
MetaPanel.call(this, el);
|
||||
this.modes = ['dstar'];
|
||||
this.modes = ['DSTAR'];
|
||||
this.clear();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user