mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00: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
@ -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 New Issue
Block a user