From 6a7d5ad689a355fc80417d6f29a36993a8f2e410 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Thu, 14 Dec 2023 01:04:04 +0100 Subject: [PATCH] [plasmoid] Make device list items non-interactive These are not clickable/interactive, so disable the interactive effects --- plasmoid-kf6/package/contents/ui/DeviceDelegate.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plasmoid-kf6/package/contents/ui/DeviceDelegate.qml b/plasmoid-kf6/package/contents/ui/DeviceDelegate.qml index b9698a926..05307b0f5 100644 --- a/plasmoid-kf6/package/contents/ui/DeviceDelegate.qml +++ b/plasmoid-kf6/package/contents/ui/DeviceDelegate.qml @@ -20,6 +20,9 @@ PlasmaComponents.ItemDelegate id: root readonly property QtObject device: DeviceDbusInterfaceFactory.create(model.deviceId) + hoverEnabled: false + down: false + DropArea { id: fileDropArea anchors.fill: parent