diff --git a/qml/FolderPage.qml b/qml/FolderPage.qml index 0ad50be..82d4900 100644 --- a/qml/FolderPage.qml +++ b/qml/FolderPage.qml @@ -301,6 +301,8 @@ Item { font.pointSize: 10 onClicked: dirModel.emptyTrash() visible: dirModel.url === "trash:///" + && _viewLoader.item + && _viewLoader.item.count > 0 focusPolicy: Qt.NoFocus } }