mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
Add some saves (related to #5137)
This commit is contained in:
parent
36789bff3f
commit
1ef1109b5f
3 changed files with 6 additions and 0 deletions
|
@ -195,9 +195,11 @@ void onLimitsMenu(const char *result)
|
|||
}
|
||||
else if (result == STR_COPY_STICKS_TO_OFS) {
|
||||
copySticksToOffset(s_currIdx);
|
||||
storageDirty(EE_MODEL);
|
||||
}
|
||||
else if (result == STR_COPY_TRIMS_TO_OFS) {
|
||||
copyTrimsToOffset(s_currIdx);
|
||||
storageDirty(EE_MODEL);
|
||||
}
|
||||
else if (result == STR_EDIT) {
|
||||
pushMenu(menuModelLimitsOne);
|
||||
|
|
|
@ -82,9 +82,11 @@ void onLimitsMenu(const char *result)
|
|||
}
|
||||
else if (result == STR_COPY_STICKS_TO_OFS) {
|
||||
copySticksToOffset(ch);
|
||||
storageDirty(EE_MODEL);
|
||||
}
|
||||
else if (result == STR_COPY_TRIMS_TO_OFS) {
|
||||
copyTrimsToOffset(ch);
|
||||
storageDirty(EE_MODEL);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -76,9 +76,11 @@ void onLimitsMenu(const char *result)
|
|||
}
|
||||
else if (result == STR_COPY_STICKS_TO_OFS) {
|
||||
copySticksToOffset(ch);
|
||||
storageDirty(EE_MODEL);
|
||||
}
|
||||
else if (result == STR_COPY_TRIMS_TO_OFS) {
|
||||
copyTrimsToOffset(ch);
|
||||
storageDirty(EE_MODEL);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue