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:
authorSergey Zolotarev <sryze@protonmail.com>2019-10-05 18:54:09 +0300
committerSergey Zolotarev <sryze@protonmail.com>2019-10-05 19:10:35 +0300
commitf6b67654245b0c9e0da3f8dd10ece6b14a37d9d0 (patch)
treebc7f4c7775f42c7e9c456b249e3a742f5eeb98fc /src/gui/owncloudgui.h
parent998354b5abf97b1a03664c81d0d236a8a3b649c8 (diff)
Prevent jumping of tray menu
Instead of adding the "Apps" menu after the apps are fetched, add it from the start (together with other actions) but in a disabled state, and enable it after the apps data is ready. Signed-off-by: Sergey Zolotarev <sryze@protonmail.com>
Diffstat (limited to 'src/gui/owncloudgui.h')
-rw-r--r--src/gui/owncloudgui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/owncloudgui.h b/src/gui/owncloudgui.h
index 105235233..95d078bc6 100644
--- a/src/gui/owncloudgui.h
+++ b/src/gui/owncloudgui.h
@@ -168,6 +168,7 @@ private:
QAction *_actionQuit;
QAction *_actionCrash;
+ QMenu *_navLinksMenu;
QMap<AccountStatePtr, QJsonArray> _navApps;
QList<QAction *> _recentItemsActions;