@ -980,11 +980,11 @@ namespace ExtUI {
}
bool FileList::isAtRootDir() {
return (true
#if ENABLED(SDSUPPORT)
card.flag.workDirIsRoot;
&& card.flag.workDirIsRoot
#else
return true;
#endif
);
void FileList::upDir() {