From: Claudio Cambra Date: Tue, 23 May 2023 15:25:11 +0000 (+0800) Subject: Fix large number of warnings related to unavailable property X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~10^2~26^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5356733d781bc2c6e73428b922fabd243c8035f6;p=nextcloud-desktop.git Fix large number of warnings related to unavailable property Signed-off-by: Claudio Cambra --- diff --git a/src/gui/tray/ActivityItemContent.qml b/src/gui/tray/ActivityItemContent.qml index 3a042afd3..e13c72402 100644 --- a/src/gui/tray/ActivityItemContent.qml +++ b/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 {