Index: sources/gui/qml/pages/settings/SettingsExportLogs.qml =================================================================== diff -u -ra7c580f0998ee781c47314384f677249cea4c4b4 -r340cae5888596d927601687476618d0ede343a35 --- sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision a7c580f0998ee781c47314384f677249cea4c4b4) +++ sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision 340cae5888596d927601687476618d0ede343a35) @@ -376,7 +376,7 @@ : 0 onExportPercentChanged : console.log( "%", exportPercent) - property bool isShownInList : !_GuiView.isPathSymLink(_sdcFolderColumn.currentTypeFolderApplication.replace(typePathPrefix, "") + "/" + fileName) + property bool isShownInList : ! _GuiView.isPathSymLink(_sdcFolderColumn.currentTypeFolderApplication.replace(typePathPrefix, "") + "/" + fileName) Component.onCompleted: if ( isShownInList ) _sdcFolderView.visibleFileCounter++ //DEBUG: onInExportListChanged: console.debug(" * ", index, inExportList)