mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
FileView: "Drives" are now counted as folders for Type=FolderCount
This commit is contained in:
parent
f81b4ff8bb
commit
091a185e51
@ -713,6 +713,7 @@ unsigned __stdcall SystemThreadProc(void* pParam)
|
||||
file.fileName = drive;
|
||||
file.isFolder = true;
|
||||
file.size = 0;
|
||||
++folderCount;
|
||||
|
||||
files.push_back(file);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user