mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
parent
71e22ffe2c
commit
c4cf13bd97
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ void Folder::bubbleUpSyncResult()
|
|||
FolderMan::instance()->removeMonitorPath( alias(), path()+item._file );
|
||||
}
|
||||
|
||||
if (!item.hasErrorStatus() && item._direction != SyncFileItem::None) {
|
||||
if (!item.hasErrorStatus() && item._direction == SyncFileItem::Up) {
|
||||
switch (item._instruction) {
|
||||
case CSYNC_INSTRUCTION_NEW:
|
||||
newItems++;
|
||||
|
|
Loading…
Reference in a new issue