mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
client: Disable conflict copies by default.
This commit is contained in:
parent
f753a3db0a
commit
2b05dc33b7
@ -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 New Issue
Block a user