mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
parent
3169a6f170
commit
71e22ffe2c
@ -373,7 +373,7 @@ void Folder::bubbleUpSyncResult()
|
||||
FolderMan::instance()->removeMonitorPath( alias(), path()+item._file );
|
||||
}
|
||||
|
||||
if (!item.hasErrorStatus() && item._direction == SyncFileItem::Down) {
|
||||
if (!item.hasErrorStatus() && item._direction != SyncFileItem::None) {
|
||||
switch (item._instruction) {
|
||||
case CSYNC_INSTRUCTION_NEW:
|
||||
newItems++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user