mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-17 05:15:20 +03:00
Updated to work with inav#8226
This commit is contained in:
parent
3b1a9b8453
commit
44dbc3722f
3 changed files with 3 additions and 3 deletions
|
@ -64,7 +64,7 @@ var Settings = (function () {
|
|||
} else {
|
||||
input.empty();
|
||||
let option = null;
|
||||
if (input.data('invert-select') === true) {
|
||||
if (input.data('setting-invert-select') === true) {
|
||||
for (var ii = s.setting.max; ii >= s.setting.min; ii--) {
|
||||
option = null;
|
||||
option = self.fillSelectOption(s, ii);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue