From a90c787b4ad2eb3bb6a936e7c2a209beea536403 Mon Sep 17 00:00:00 2001 From: Jack Ye Date: Thu, 26 Feb 2026 17:37:05 +0800 Subject: [PATCH] Improve obsolete description Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs b/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs index 79be520a7..e67c844aa 100644 --- a/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs +++ b/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs @@ -297,6 +297,7 @@ namespace Flow.Launcher.Plugin /// Flow now supports assigning one action keyword to multiple plugins. /// This method is kept only for legacy Flow compatibility. /// + [Obsolete("Flow now supports assigning one action keyword to multiple plugins. This method always returns false for compatibility.")] bool ActionKeywordAssigned(string actionKeyword); ///