diff --git a/Flow.Launcher/HotkeyControl.xaml.cs b/Flow.Launcher/HotkeyControl.xaml.cs index 8762a934b..9af3b71aa 100644 --- a/Flow.Launcher/HotkeyControl.xaml.cs +++ b/Flow.Launcher/HotkeyControl.xaml.cs @@ -243,6 +243,9 @@ namespace Flow.Launcher } var dialog = new HotkeyControlDialog(Hotkey, DefaultHotkey, WindowTitle); + + dialog.Owner = Window.GetWindow(this); + await dialog.ShowAsync(); switch (dialog.ResultType) {