Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/cmd
diff options
context:
space:
mode:
authorTobia De Koninck <LEDfan@users.noreply.github.com>2018-08-28 12:24:36 +0300
committerTobia De Koninck <LEDfan@users.noreply.github.com>2018-09-01 17:30:27 +0300
commitd9f79215a7125442bc1c100a7de5a796e877387c (patch)
tree2bbb7b46b6f55ca14f39398934d5cda7ecafd518 /src/cmd
parent309b0b638218f7b4dd4dd9a702971195bf25e70b (diff)
Fix the hiddensync state in the UI + also sync hidden in cmd
Diffstat (limited to 'src/cmd')
-rw-r--r--src/cmd/cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/cmd.cpp b/src/cmd/cmd.cpp
index 1917490f0..5e3517af2 100644
--- a/src/cmd/cmd.cpp
+++ b/src/cmd/cmd.cpp
@@ -319,7 +319,7 @@ int main(int argc, char **argv)
options.trustSSL = false;
options.useNetrc = false;
options.interactive = true;
- options.ignoreHiddenFiles = true;
+ options.ignoreHiddenFiles = false; // Default is to sync hidden files
options.nonShib = false;
options.restartTimes = 3;
options.uplimit = 0;