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.
This commit is contained in:
Joshua Goins
2025-08-28 16:44:45 -04:00
parent 889bf9cbc6
commit 8bef9713fd

View File

@@ -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 {