瀏覽代碼

Fix large number of warnings related to unavailable property

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra 2 年之前
父節點
當前提交
5356733d78
共有 1 個文件被更改,包括 0 次插入5 次删除
  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 {