From 0339493c63f998b2baaf65a693e3aaef879aa248 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 3 Feb 2018 16:40:42 +0100 Subject: Don't cache copied status Files can be copied without us knowing, so check for it even if we have a cache entry. --- filewidget.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/filewidget.cpp b/filewidget.cpp index 8d04034..e9624d4 100644 --- a/filewidget.cpp +++ b/filewidget.cpp @@ -358,6 +358,9 @@ void FileWidget::gatherData(){ if(haveFile){ fd->attr = Present; } + if(copyDirFiles.contains(fi.fileName())){ + fd->copied = true; + } } root->appendRow(constructRow(fd)); } -- cgit v1.2.3-70-g09d2