[plasmoid] Make device list items non-interactive

These are not clickable/interactive, so disable the interactive effects
This commit is contained in:
Nicolas Fella 2023-12-14 01:04:04 +01:00
parent 5d0b2c4c73
commit 6a7d5ad689

View file

@ -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