From 0a89bf2335bb683a2cfaafafbc00fe32c713d7eb Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Thu, 4 Aug 2022 14:52:59 +0200 Subject: [PATCH] Fix QML warnings Signed-off-by: Claudio Cambra --- src/gui/tray/Window.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gui/tray/Window.qml b/src/gui/tray/Window.qml index 5fa37edf7..4d9e531bc 100644 --- a/src/gui/tray/Window.qml +++ b/src/gui/tray/Window.qml @@ -41,7 +41,7 @@ Window { hide(); Systray.isOpen = false; } - } + } onClosing: Systray.isOpen = false @@ -55,7 +55,7 @@ Window { Connections { target: UserModel - function onNewUserSelected() { + function onCurrentUserChanged() { accountMenu.close(); syncStatus.model.load(); } @@ -612,7 +612,7 @@ Window { ScrollBar.horizontal.policy: ScrollBar.AlwaysOff data: WheelHandler { - target: appMenuScrollView.contentItem + target: appsMenuScrollView.contentItem } ListView { id: appsMenuListView