mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 01:35:28 +03:00
vtxTab: lexcical sort vtx_band (#3277)
This commit is contained in:
parent
4f99c51333
commit
69e16a6137
1 changed files with 2 additions and 0 deletions
|
@ -512,6 +512,8 @@ vtx.initialize = function (callback) {
|
||||||
selectBand.append(new Option(i18n.getMessage('vtxBand_X', {bandName: i}), i));
|
selectBand.append(new Option(i18n.getMessage('vtxBand_X', {bandName: i}), i));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// Sort the element, if need to group, do it by lexical sort, ie. by naming of (the translated) selection text
|
||||||
|
selectBand.sortSelect(i18n.getMessage("vtxBand_0"));
|
||||||
}
|
}
|
||||||
|
|
||||||
function populateChannelSelect() {
|
function populateChannelSelect() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue