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
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/gui/accountsettings.cpp
parent309b0b638218f7b4dd4dd9a702971195bf25e70b (diff)
Fix the hiddensync state in the UI + also sync hidden in cmd
Diffstat (limited to 'src/gui/accountsettings.cpp')
-rw-r--r--src/gui/accountsettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp
index a47af797c..5eccf217b 100644
--- a/src/gui/accountsettings.cpp
+++ b/src/gui/accountsettings.cpp
@@ -680,7 +680,7 @@ void AccountSettings::slotFolderWizardAccepted()
/* take the value from the definition of already existing folders. All folders have
* the same setting so far.
- * The default is to not sync hidden files
+ * The default is to sync hidden files
*/
definition.ignoreHiddenFiles = folderMan->ignoreHiddenFiles();