[plasmoid] Make device list items non-interactive
These are not clickable/interactive, so disable the interactive effects
This commit is contained in:
parent
5d0b2c4c73
commit
6a7d5ad689
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue