Fix parameter name issue.

This commit is contained in:
Jack251970 2025-02-23 13:19:55 +08:00
parent cdf02d588f
commit c072012073

View file

@ -11,12 +11,13 @@ namespace Flow.Launcher
{
public partial class CustomQueryHotkeySetting : Window
{
private readonly Settings _settings;
private bool update;
private CustomPluginHotkey updateCustomHotkey;
public CustomQueryHotkeySetting(Settings settings)
{
Settings = settings;
_settings = settings;
InitializeComponent();
}