This commit is contained in:
Hongtao Zhang 2022-09-20 08:37:15 -05:00
parent 67dfe9da60
commit f3db1f3432
No known key found for this signature in database
GPG key ID: 75F655B91C7AC9BB
2 changed files with 2 additions and 2 deletions

View file

@ -2299,7 +2299,7 @@
<Button
MinWidth="100"
Margin="10,10,0,10"
Click="OnAddCustomeHotkeyClick"
Click="OnAddCustomHotkeyClick"
Content="{DynamicResource add}" />
</StackPanel>
</Grid>

View file

@ -168,7 +168,7 @@ namespace Flow.Launcher
}
}
private void OnAddCustomeHotkeyClick(object sender, RoutedEventArgs e)
private void OnAddCustomHotkeyClick(object sender, RoutedEventArgs e)
{
new CustomQueryHotkeySetting(this, settings).ShowDialog();
}