From 5356733d781bc2c6e73428b922fabd243c8035f6 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Tue, 23 May 2023 23:25:11 +0800 Subject: [PATCH] Fix large number of warnings related to unavailable property Signed-off-by: Claudio Cambra --- src/gui/tray/ActivityItemContent.qml | 5 ----- 1 file changed, 5 deletions(-) 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 { -- 2.39.5