1
0
Fork 0
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:
Darren Lines 2022-07-13 21:06:57 +01:00
parent 3b1a9b8453
commit 44dbc3722f
3 changed files with 3 additions and 3 deletions

View file

@ -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);