mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Change the csync config dir to the users app path, not longer .csync.
This commit is contained in:
parent
888181145a
commit
180b99c02e
1 changed files with 2 additions and 0 deletions
|
@ -207,6 +207,8 @@ void CSyncThread::startSync()
|
|||
csync_add_exclude_list( csync, excludeList.toAscii() );
|
||||
}
|
||||
|
||||
csync_set_config_dir( csync, cfg.configPath().toUtf8() );
|
||||
|
||||
QTime t;
|
||||
t.start();
|
||||
|
||||
|
|
Loading…
Reference in a new issue