Skip to content

Commit 8ec33bb

Browse files
committed
Resolve conflicts
1 parent d7e2141 commit 8ec33bb

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/modules/cmdpal/Microsoft.CmdPal.UI/Controls/ShortcutControl/ShortcutControl.xaml.cs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -402,17 +402,6 @@ private void ShortcutDialog_Opened(ContentDialog sender, ContentDialogOpenedEven
402402
_isActive = true;
403403
}
404404

405-
private void C_ResetClick(object sender, RoutedEventArgs e)
406-
{
407-
hotkeySettings = null;
408-
409-
SetValue(HotkeySettingsProperty, hotkeySettings);
410-
SetKeys();
411-
412-
lastValidSettings = hotkeySettings;
413-
shortcutDialog.Hide();
414-
}
415-
416405
private async void OpenDialogButton_Click(object sender, RoutedEventArgs e)
417406
{
418407
// c.Keys = null;

0 commit comments

Comments
 (0)