Skip to content

Commit

Permalink
Revert "fix: Fixed the problem of missing address bar input completion."
Browse files Browse the repository at this point in the history
This reverts commit 1d6542d.
  • Loading branch information
Lighto-Ku authored and Johnson-zs committed Dec 9, 2024
1 parent cbba63c commit 011aa5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ void CrumbInterface::requestCompletionList(const QUrl &url)
folderCompleterJobPointer->setParent(nullptr);
}
folderCompleterJobPointer = new TraversalDirThread(url, QStringList(),
QDir::Hidden | QDir::NoDotAndDotDot, QDirIterator::NoIteratorFlags);
QDir::Dirs | QDir::Hidden | QDir::NoDotAndDotDot, QDirIterator::NoIteratorFlags);
folderCompleterJobPointer->setQueryAttributes("standard::standard::name");
folderCompleterJobPointer->setParent(this);
if (folderCompleterJobPointer.isNull())
Expand Down

0 comments on commit 011aa5a

Please sign in to comment.