Selaa lähdekoodia

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

Fix QML warnings
Claudio Cambra 3 vuotta sitten
vanhempi
commit
ad7a72a5d7
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      src/gui/tray/Window.qml

+ 3 - 3
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