Check the file size when updating and only compare the dates if it's enabled

This commit is contained in:
Luis Ángel San Martín
2023-06-07 22:42:40 +02:00
parent 5dac3e1402
commit fa10409a31
2 changed files with 8 additions and 2 deletions

View File

@ -56,6 +56,7 @@ private:
bool partialUpdate;
QModelIndex folderDestinationModelIndex;
QSettings *settings;
bool checkModifiedDatesOnUpdate;
signals:
void finished();