mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Allow display of persistent timer with '!' trigger on model select (#7457)
This commit is contained in:
parent
5be7fa3339
commit
9e22b1c6c4
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ void ModelCell::loadBitmap()
|
|||
buffer->drawSizedText(5, 2, modelName, LEN_MODEL_NAME, SMLSIZE|TEXT_COLOR);
|
||||
getTimerString(timer, 0);
|
||||
for (uint8_t i = 0; i < MAX_TIMERS; i++) {
|
||||
if (partialmodel.timers[i].mode > 0 && partialmodel.timers[i].persistent) {
|
||||
if (partialmodel.timers[i].mode != 0 && partialmodel.timers[i].persistent) {
|
||||
getTimerString(timer, partialmodel.timers[i].value);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue