mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-25 01:05:08 +03:00
Popups can now have an handler. It could perhaps avoid another EEPROM format @3djc ?
This commit is contained in:
parent
4de9e3f73b
commit
d4b14f614c
21 changed files with 104 additions and 61 deletions
|
@ -82,7 +82,7 @@ void onSdManagerMenu(const char * result)
|
|||
pushMenu(menuRadioSdManagerInfo);
|
||||
}
|
||||
else if (result == STR_SD_FORMAT) {
|
||||
POPUP_CONFIRMATION(STR_CONFIRM_FORMAT);
|
||||
POPUP_CONFIRMATION(STR_CONFIRM_FORMAT, nullptr);
|
||||
}
|
||||
else if (result == STR_COPY_FILE) {
|
||||
clipboard.type = CLIPBOARD_TYPE_SD_FILE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue