mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
Fix TestDownload: _ignore_hidden_files was not properly initialized
This commit is contained in:
parent
b6487181c6
commit
8f3ce6e520
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ private:
|
|||
int _backInTimeFiles;
|
||||
|
||||
// If ignored files should be ignored
|
||||
bool _ignore_hidden_files;
|
||||
bool _ignore_hidden_files = false;
|
||||
|
||||
|
||||
int _uploadLimit;
|
||||
|
|
Loading…
Reference in a new issue