From 62cca42f07e52a9ebeefce0e70a97ff0266055aa Mon Sep 17 00:00:00 2001
From: Jack Ye <1160210343@qq.com>
Date: Thu, 16 Oct 2025 20:33:40 +0800
Subject: [PATCH] Improve code comments
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---
Flow.Launcher.Plugin/PluginHotkey.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Flow.Launcher.Plugin/PluginHotkey.cs b/Flow.Launcher.Plugin/PluginHotkey.cs
index 18f650e88..f2b5f8503 100644
--- a/Flow.Launcher.Plugin/PluginHotkey.cs
+++ b/Flow.Launcher.Plugin/PluginHotkey.cs
@@ -13,7 +13,7 @@ public class BasePluginHotkey
///
/// Initializes a new instance of the class with the specified hotkey type.
///
- ///
+ /// The type of hotkey (Global or SearchWindow).
protected BasePluginHotkey(HotkeyType type)
{
HotkeyType = type;