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:
authorCamila San <hello@camila.codes>2018-01-23 22:27:57 +0300
committerCamila San <hello@camila.codes>2018-02-19 21:59:32 +0300
commitf48a94ba71414ac3adf37f89d7050449a1760d4b (patch)
treee7fecd8808a4217d5c630a2ae986b9be258862e2 /src/gui/owncloudgui.h
parentec428786acb16f27f849ac61a22671be12d8837e (diff)
Saves 'show external sites list' option to the config file.
Uses option to toggle display of external sites list in the main menu. Signed-off-by: Camila San <hello@camila.codes>
Diffstat (limited to 'src/gui/owncloudgui.h')
-rw-r--r--src/gui/owncloudgui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/owncloudgui.h b/src/gui/owncloudgui.h
index 76e04324b..517bfc77f 100644
--- a/src/gui/owncloudgui.h
+++ b/src/gui/owncloudgui.h
@@ -18,6 +18,7 @@
#include "systray.h"
#include "connectionvalidator.h"
#include "progressdispatcher.h"
+#include "configfile.h"
#include <QObject>
#include <QPointer>
@@ -166,6 +167,8 @@ private:
QAction *_actionCrash;
QList<QAction *> _recentItemsActions;
Application *_app;
+
+ ConfigFile _cfg;
};
} // namespace OCC