mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fix big-folder detection when vfs is disabled
This commit is contained in:
parent
bee1b0edd4
commit
e39d751b59
@ -100,7 +100,7 @@ void DiscoveryPhase::checkSelectiveSyncNewFolder(const QString &path, RemotePerm
|
||||
}
|
||||
|
||||
auto limit = _syncOptions._newBigFolderSizeLimit;
|
||||
if (limit < 0 || !_syncOptions._vfs) {
|
||||
if (limit < 0 || _syncOptions._vfs) {
|
||||
// no limit, everything is allowed;
|
||||
return callback(false);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user