diff --git a/src/app/qml/ShareAction.qml b/src/app/qml/ShareAction.qml index a037fca38..7b16c5df9 100644 --- a/src/app/qml/ShareAction.qml +++ b/src/app/qml/ShareAction.qml @@ -45,6 +45,8 @@ Kirigami.Action { model: Purpose.PurposeAlternativesModel { pluginType: "Export" inputData: root.inputData + // We already have many better ways to copy events to the clipboard + disabledPlugins: ["clipboardplugin"] } delegate: Kirigami.Action {