[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
|
id: root
|
||||||
readonly property QtObject device: DeviceDbusInterfaceFactory.create(model.deviceId)
|
readonly property QtObject device: DeviceDbusInterfaceFactory.create(model.deviceId)
|
||||||
|
|
||||||
|
hoverEnabled: false
|
||||||
|
down: false
|
||||||
|
|
||||||
DropArea {
|
DropArea {
|
||||||
id: fileDropArea
|
id: fileDropArea
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
Loading…
Reference in a new issue