|
|
|
@ -29,6 +29,8 @@ PlasmaExtras.Representation { |
|
|
|
|
|
|
|
|
|
|
|
collapseMarginsHint: true |
|
|
|
collapseMarginsHint: true |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Keys.forwardTo: [notifierDialog] |
|
|
|
|
|
|
|
|
|
|
|
header: PlasmaExtras.PlasmoidHeading { |
|
|
|
header: PlasmaExtras.PlasmoidHeading { |
|
|
|
visible: !(Plasmoid.containmentDisplayHints & PlasmaCore.Types.ContainmentDrawsPlasmoidHeading) && devicenotifier.mountedRemovables > 1 |
|
|
|
visible: !(Plasmoid.containmentDisplayHints & PlasmaCore.Types.ContainmentDrawsPlasmoidHeading) && devicenotifier.mountedRemovables > 1 |
|
|
|
PlasmaComponents3.ToolButton { |
|
|
|
PlasmaComponents3.ToolButton { |
|
|
|
@ -166,6 +168,11 @@ PlasmaExtras.Representation { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Keys.onDownPressed: { |
|
|
|
|
|
|
|
notifierDialog.incrementCurrentIndex(); |
|
|
|
|
|
|
|
notifierDialog.currentItem.forceActiveFocus(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Loader { |
|
|
|
Loader { |
|
|
|
anchors.centerIn: parent |
|
|
|
anchors.centerIn: parent |
|
|
|
width: parent.width - (PlasmaCore.Units.largeSpacing * 4) |
|
|
|
width: parent.width - (PlasmaCore.Units.largeSpacing * 4) |
|
|
|
|