diff --git a/src/Gui/ChooseCyclistDialog.cpp b/src/Gui/ChooseCyclistDialog.cpp index ce4ebad22..df6217d04 100644 --- a/src/Gui/ChooseCyclistDialog.cpp +++ b/src/Gui/ChooseCyclistDialog.cpp @@ -100,6 +100,10 @@ ChooseCyclistDialog::getList() while (i.hasNext()) { QString name = i.next(); SKIP_QTWE_CACHE // skip Folder Names created by QTWebEngine on Windows + + // ignore dot folders + if (name.startsWith(".")) continue; + QListWidgetItem *newone = new QListWidgetItem(name, listWidget); // get avatar image if it exists