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-08-15 14:42:56 +0300
committerGitHub <noreply@github.com>2016-08-15 14:42:56 +0300
commit88cd5421bfcfafa9f4aaa46cff6166dfce1f516d (patch)
tree53ced438453e4914ec57c6fe6c681e41f1c0408f /src/gui/owncloudgui.h
parent7b26e6b8f998b2b00baf8c666de9cc534685abb3 (diff)
Tray menu: Update only on demand #4990 #4985 (#5072)
The tray menu is now only updated when it becomes visible or while it is visible.
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 74f658ba2..982b4825b 100644
--- a/src/gui/owncloudgui.h
+++ b/src/gui/owncloudgui.h
@@ -57,6 +57,7 @@ signals:
public slots:
void setupContextMenu();
+ void setupContextMenuIfVisible();
void slotComputeOverallSyncStatus();
void slotShowTrayMessage(const QString &title, const QString &msg);
void slotShowOptionalTrayMessage(const QString &title, const QString &msg);