mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
Disable unknown csync flags for now.
This commit is contained in:
parent
ba01a697e6
commit
67f57a443c
1 changed files with 2 additions and 0 deletions
|
@ -434,12 +434,14 @@ Progress::Kind CSyncThread::csyncToProgressKind( enum csync_notify_type_e kind )
|
|||
case CSYNC_NOTIFY_FINISHED_SYNC_SEQUENCE:
|
||||
pKind = Progress::EndSync;
|
||||
break;
|
||||
#if 0
|
||||
case CSYNC_NOTIFY_START_DELETE:
|
||||
pKind = Progress::StartDelete;
|
||||
break;
|
||||
case CSYNC_NOTIFY_END_DELETE:
|
||||
pKind = Progress::EndDelete;
|
||||
break;
|
||||
#endif
|
||||
case CSYNC_NOTIFY_ERROR:
|
||||
pKind = Progress::Error;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue