🎨 Misc. cleanup
This commit is contained in:
committed by
Scott Lahteine
parent
8abe314b18
commit
ccc66a8528
@@ -77,7 +77,7 @@ const char *FilesScreen::getSelectedFilename(bool shortName) {
|
||||
}
|
||||
|
||||
void FilesScreen::drawSelectedFile() {
|
||||
if(mydata.selected_tag == 0xFF) return;
|
||||
if (mydata.selected_tag == 0xFF) return;
|
||||
FileList files;
|
||||
files.seek(getSelectedFileIndex(), true);
|
||||
mydata.flags.is_dir = files.isDir();
|
||||
|
Reference in New Issue
Block a user