Skip to content

Commit

Permalink
feat(color): add option for 'Copy min/max/center to all outputs' (#5632)
Browse files Browse the repository at this point in the history
  • Loading branch information
philmoz authored Oct 23, 2024
1 parent b35223e commit adf24e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions radio/src/gui/colorlcd/model/model_outputs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,11 @@ void ModelOutputsPage::build(Window* window)
storageDirty(EE_MODEL);
btn->refresh();
});
menu->addLine(STR_COPY_MIN_MAX_TO_OUTPUTS, [=]() {
copyMinMaxToOutputs(ch);
storageDirty(EE_MODEL);
btn->refresh();
});
return 0;
});
}
Expand Down

0 comments on commit adf24e7

Please sign in to comment.