Remove clipboard integration on the plasmoid
It's redundant to the clipboard plugin and remote keyboard. It clutters the UI. Reviewed by Albert Vaca
This commit is contained in:
parent
caa3e159c9
commit
8a919a8015
1 changed files with 0 additions and 19 deletions
|
@ -294,24 +294,5 @@ PlasmaComponents.ListItem
|
|||
id: share
|
||||
device: root.device
|
||||
}
|
||||
|
||||
PlasmaComponents.Label {
|
||||
text: i18n("Share text")
|
||||
}
|
||||
PlasmaComponents3.TextArea {
|
||||
id: shareText
|
||||
width: parent.width
|
||||
}
|
||||
PlasmaComponents.Button
|
||||
{
|
||||
id: submitTextButton
|
||||
anchors.right: shareText.right
|
||||
iconSource: "document-send"
|
||||
onClicked: {
|
||||
share.plugin.shareText(shareText.getText(0, shareText.length))
|
||||
shareText.clear()
|
||||
}
|
||||
}
|
||||
//NOTE: More information could be displayed here
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue