Improve code comments

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jack Ye 2025-10-16 20:33:40 +08:00 committed by GitHub
parent fe31632b0e
commit 62cca42f07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ public class BasePluginHotkey
/// <summary>
/// Initializes a new instance of the <see cref="BasePluginHotkey"/> class with the specified hotkey type.
/// </summary>
/// <param name="type"></param>
/// <param name="type">The type of hotkey (Global or SearchWindow).</param>
protected BasePluginHotkey(HotkeyType type)
{
HotkeyType = type;