Forráskód Böngészése

Fix large number of warnings related to unavailable property

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra 2 éve
szülő
commit
5356733d78
1 módosított fájl, 0 hozzáadás és 5 törlés
  1. 0 5
      src/gui/tray/ActivityItemContent.qml

+ 0 - 5
src/gui/tray/ActivityItemContent.qml

@@ -141,11 +141,6 @@ RowLayout {
                 font.pixelSize: Style.topLinePixelSize
                 color: Style.ncTextColor
                 visible: text !== ""
-
-                NCToolTip {
-                    text: parent.text
-                    visible: parent.hovered
-                }
             }
 
             Item {