Skip to content

Commit 87a307b

Browse files
committed
IncludeHidden: Unify CLI and GUI behavior
Signed-off-by: Maxime Gervais <[email protected]>
1 parent 7fb5b0d commit 87a307b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/GUI/Qt/WebCommonPage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ namespace MediaConch
10001000
QFileInfoList tmp = dir.entryInfoList((QDir::Filter)flags);
10011001
list << tmp;
10021002

1003-
tmp = dir.entryInfoList(QDir::Dirs | QDir::NoDotAndDotDot);
1003+
tmp = dir.entryInfoList(QDir::Dirs | QDir::NoDotAndDotDot | QDir::Hidden);
10041004
for (int i = 0; i < tmp.size(); ++i)
10051005
{
10061006
QDir tmp_dir(tmp[i].absoluteFilePath());

0 commit comments

Comments
 (0)