From 76adb981a9c415ecaac59a8a9de9c3d618536d35 Mon Sep 17 00:00:00 2001 From: Eugene Popov Date: Wed, 19 Jan 2022 18:43:52 +0200 Subject: [PATCH] Revert "applets/clipboard: Generate QR code from full text" This reverts commit 2de8a542ce958083ca3da78130a517f52a7271d9. --- applets/clipboard/contents/ui/DelegateToolButtons.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applets/clipboard/contents/ui/DelegateToolButtons.qml b/applets/clipboard/contents/ui/DelegateToolButtons.qml index 17cf67efb..6a92fb3b0 100644 --- a/applets/clipboard/contents/ui/DelegateToolButtons.qml +++ b/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")