mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix code comments
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
1294d722f2
commit
43a74ba8e6
1 changed files with 2 additions and 2 deletions
|
|
@ -294,8 +294,8 @@ namespace Flow.Launcher.Plugin
|
|||
/// <param name="actionKeyword">The actionkeyword for checking</param>
|
||||
/// <returns>True if the actionkeyword is already assigned, False otherwise</returns>
|
||||
/// <remarks>
|
||||
/// Flow now supports to one action keyword to multiple plugins,
|
||||
/// so this method is only used for old Flow compatibility.
|
||||
/// Flow now supports assigning one action keyword to multiple plugins.
|
||||
/// This method is kept only for legacy Flow compatibility.
|
||||
/// </remarks>
|
||||
bool ActionKeywordAssigned(string actionKeyword);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue