mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix parameter name issue.
This commit is contained in:
parent
cdf02d588f
commit
c072012073
1 changed files with 2 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue