🚸 SD refresh UI update with NO_SD_DETECT (#26366)
Co-authored-by: Sascha <k.puligheddu@alice.it>
This commit is contained in:
parent
797ea5efa7
commit
f72588595b
|
@ -588,6 +588,8 @@ void CardReader::release() {
|
|||
flag.workDirIsRoot = true;
|
||||
nrItems = -1;
|
||||
SERIAL_ECHO_MSG(STR_SD_CARD_RELEASED);
|
||||
|
||||
TERN_(NO_SD_DETECT, ui.refresh());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue