mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Make constructor protected
This commit is contained in:
parent
e9727c45a0
commit
cda33df0b0
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ public class BasePluginHotkey
|
|||
/// Initializes a new instance of the <see cref="BasePluginHotkey"/> class with the specified hotkey type.
|
||||
/// </summary>
|
||||
/// <param name="type"></param>
|
||||
public BasePluginHotkey(HotkeyType type)
|
||||
protected BasePluginHotkey(HotkeyType type)
|
||||
{
|
||||
HotkeyType = type;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue