From 14d14b7b14d187cf10ae0d7d06122f298c93a55f Mon Sep 17 00:00:00 2001 From: Edu Meneses Date: Mon, 22 Jun 2026 10:51:57 -0400 Subject: [PATCH] gfx: set Text process help URL The Text process had an empty manual_url, so pressing F1 opened nothing. Point it to the existing reference page. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/plugins/score-plugin-gfx/Gfx/Text/Metadata.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/score-plugin-gfx/Gfx/Text/Metadata.hpp b/src/plugins/score-plugin-gfx/Gfx/Text/Metadata.hpp index fe1edf0e9c..62b86935af 100644 --- a/src/plugins/score-plugin-gfx/Gfx/Text/Metadata.hpp +++ b/src/plugins/score-plugin-gfx/Gfx/Text/Metadata.hpp @@ -17,6 +17,6 @@ PROCESS_METADATA( (QStringList{"gfx", "text"}), // Tags {}, // Inputs {}, // Outputs - QUrl(""), + QUrl("https://ossia.io/score-docs/processes/text.html"), Process::ProcessFlags::SupportsAll | Process::ProcessFlags::ControlSurface // Flags )