mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Reflect user intent
This commit is contained in:
parent
6842fcaf44
commit
9c6c015b1d
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ namespace Flow.Launcher
|
|||
|
||||
private void KeyEsc_OnPress(object sender, ExecutedRoutedEventArgs e)
|
||||
{
|
||||
_result = MessageBoxResult.Cancel;
|
||||
DialogResult = false;
|
||||
Close();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue