Skip to content

Commit ad7a72a

Browse files
authored
Merge pull request #4818 from nextcloud/bugfix/qml-warnings
Fix QML warnings
2 parents d2f2b8f + 0a89bf2 commit ad7a72a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/gui/tray/Window.qml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Window {
4141
hide();
4242
Systray.isOpen = false;
4343
}
44-
}
44+
}
4545

4646
onClosing: Systray.isOpen = false
4747

@@ -55,7 +55,7 @@ Window {
5555

5656
Connections {
5757
target: UserModel
58-
function onNewUserSelected() {
58+
function onCurrentUserChanged() {
5959
accountMenu.close();
6060
syncStatus.model.load();
6161
}
@@ -612,7 +612,7 @@ Window {
612612
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
613613

614614
data: WheelHandler {
615-
target: appMenuScrollView.contentItem
615+
target: appsMenuScrollView.contentItem
616616
}
617617
ListView {
618618
id: appsMenuListView

0 commit comments

Comments
 (0)