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:
authorCarl Schwan <carl@carlschwan.eu>2021-11-12 22:17:15 +0300
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>2021-11-16 12:27:10 +0300
commitd84673376d8e2ae668a3e282e0b98bc9da4aff78 (patch)
tree5e640b0b1b9a66268a9065021400cb589e9427ee /src/gui/tray/Window.qml
parent69def04ec24b4d395c638be725b901b5bdbe1491 (diff)
More fixes to the menu implementation
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'src/gui/tray/Window.qml')
-rw-r--r--src/gui/tray/Window.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/tray/Window.qml b/src/gui/tray/Window.qml
index 7728ef8f4..96528a61f 100644
--- a/src/gui/tray/Window.qml
+++ b/src/gui/tray/Window.qml
@@ -716,6 +716,7 @@ Window {
anchors.right: trayWindowBackground.right
anchors.bottom: trayWindowBackground.bottom
+ activeFocusOnTab: true
model: activityModel
onShowFileActivity: {
openFileActivityDialog(displayPath, absolutePath)