mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
client: Disable conflict copies by default.
This commit is contained in:
parent
f753a3db0a
commit
2b05dc33b7
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ int main(int argc, char **argv) {
|
|||
arguments.update = 1;
|
||||
arguments.reconcile = 1;
|
||||
arguments.propagate = 1;
|
||||
arguments.with_conflict_copys = false;
|
||||
|
||||
/*
|
||||
* Parse our arguments; every option seen by parse_opt will
|
||||
|
|
Loading…
Reference in a new issue