From 8bef9713fd334504abcdf600049d0b78e6d3ff76 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 28 Aug 2025 16:44:45 -0400 Subject: [PATCH] Hide Purpose's own "Copy to Clipboard" function This was added recently to Purpose, and it's not too useful for us. We already have a bunch of better, more integrated ways to copy events to the clipboard. --- src/app/qml/ShareAction.qml | 2 ++ 1 file changed, 2 insertions(+) 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 {