mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +03:00
Folder: Don't add ignored files on startup
Before each sync is enough. (We could do it at startup only, but so far it is good to have it at each sync so we can easier see stuff in the log)
This commit is contained in:
parent
6dd248e527
commit
fd4642d827
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@ bool Folder::init()
|
|||
|
||||
MirallConfigFile cfgFile;
|
||||
|
||||
setIgnoredFiles();
|
||||
if (Account *account = AccountManager::instance()->account()) {
|
||||
account->credentials()->syncContextPreInit(_csync_ctx);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue