Skip to content

Commit f3db1f3

Browse files
committed
Typo
1 parent 67dfe9d commit f3db1f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2299,7 +2299,7 @@
22992299
<Button
23002300
MinWidth="100"
23012301
Margin="10,10,0,10"
2302-
Click="OnAddCustomeHotkeyClick"
2302+
Click="OnAddCustomHotkeyClick"
23032303
Content="{DynamicResource add}" />
23042304
</StackPanel>
23052305
</Grid>

Flow.Launcher/SettingWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ private void OnnEditCustomHotkeyClick(object sender, RoutedEventArgs e)
168168
}
169169
}
170170

171-
private void OnAddCustomeHotkeyClick(object sender, RoutedEventArgs e)
171+
private void OnAddCustomHotkeyClick(object sender, RoutedEventArgs e)
172172
{
173173
new CustomQueryHotkeySetting(this, settings).ShowDialog();
174174
}

0 commit comments

Comments
 (0)