In menuScan(), ignore names starting with '.'.
This commit is contained in:
parent
65d3a19499
commit
4211679e0e
@ -98,8 +98,8 @@ int menuScan(const char* target) {
|
||||
{
|
||||
menuEntry_s* me = NULL;
|
||||
bool shortcut = false;
|
||||
/*if (entry->attributes & FS_ATTRIBUTE_HIDDEN)
|
||||
continue;*/
|
||||
if (dp->d_name[0]=='.')
|
||||
continue;
|
||||
|
||||
bool entrytype=0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user