Revert "applets/clipboard: Generate QR code from full text"

This reverts commit 2de8a542ce.
wilder-5.25
Eugene Popov 4 years ago committed by Fushan Wen
parent 6e2389db29
commit 76adb981a9
  1. 2
      applets/clipboard/contents/ui/DelegateToolButtons.qml

@ -29,7 +29,7 @@ RowLayout {
id: barcodeToolButton
icon.name: "view-barcode-qr"
visible: supportsBarcodes
onClicked: menuItem.barcode(FullTextRole)
onClicked: menuItem.barcode(DisplayRole)
PlasmaComponents3.ToolTip {
text: i18n("Show QR code")

Loading…
Cancel
Save