mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
fix issues in LinkToApi
This commit is contained in:
parent
870f2f8fa6
commit
0f924360c1
1 changed files with 4 additions and 0 deletions
|
|
@ -380,6 +380,8 @@ namespace PepperDash.Essentials
|
||||||
feedback.Value.FireUpdate();
|
feedback.Value.FireUpdate();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
i = 0;
|
i = 0;
|
||||||
|
|
@ -388,6 +390,8 @@ namespace PepperDash.Essentials
|
||||||
var tuner = setTopBox;
|
var tuner = setTopBox;
|
||||||
|
|
||||||
trilist.SetStringSigAction(joinMap.CurrentPreset.JoinNumber + i, s => _tunerPresets.Dial(s, tuner.Value));
|
trilist.SetStringSigAction(joinMap.CurrentPreset.JoinNumber + i, s => _tunerPresets.Dial(s, tuner.Value));
|
||||||
|
|
||||||
|
i++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue