Merge pull request #4818 from nextcloud/bugfix/qml-warnings

Fix QML warnings
This commit is contained in:
Claudio Cambra 2022-08-09 14:40:37 +02:00 committed by GitHub
commit ad7a72a5d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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