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:
authorckamm <mail@ckamm.de>2016-09-23 14:47:57 +0300
committerGitHub <noreply@github.com>2016-09-23 14:47:57 +0300
commit035442b6da374cee4995e2ce2c4e377dd3d1f427 (patch)
tree44cdc72d7d0389bf500e35a14c31caf82a509016 /src/gui/folderstatusmodel.h
parent98efb075357fa64f424070e723db1786faa89d25 (diff)
Improve the "new big folder" UI #5202 (#5204)
Instead of using the regular selective-sync UI (where it's unclear what the "Cancel" button would even mean in this context), provide a different set of buttons that allow the user to quickly synchronize all pending big folders, none of them, or perform manual changes as usual.
Diffstat (limited to 'src/gui/folderstatusmodel.h')
-rw-r--r--src/gui/folderstatusmodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/folderstatusmodel.h b/src/gui/folderstatusmodel.h
index 312e978ae..f1813ca1c 100644
--- a/src/gui/folderstatusmodel.h
+++ b/src/gui/folderstatusmodel.h
@@ -107,6 +107,8 @@ public slots:
void slotUpdateFolderState(Folder *);
void slotApplySelectiveSync();
void resetFolders();
+ void slotSyncAllPendingBigFolders();
+ void slotSyncNoPendingBigFolders();
void slotSetProgress(const ProgressInfo &progress);
private slots: