mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve code comments
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
fe31632b0e
commit
62cca42f07
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue