Fix large number of warnings related to unavailable property
authorClaudio Cambra <claudio.cambra@nextcloud.com>
Tue, 23 May 2023 15:25:11 +0000 (23:25 +0800)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Tue, 30 May 2023 08:40:51 +0000 (08:40 +0000)
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
src/gui/tray/ActivityItemContent.qml

index 3a042afd350ff1959e6554fc758d8ced5af77412..e13c724029d0581c8db2707b75be4d5a66a6ed72 100644 (file)
@@ -141,11 +141,6 @@ RowLayout {
                 font.pixelSize: Style.topLinePixelSize
                 color: Style.ncTextColor
                 visible: text !== ""
-
-                NCToolTip {
-                    text: parent.text
-                    visible: parent.hovered
-                }
             }
 
             Item {