mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add Content Dialog owner
This commit is contained in:
parent
f3ff8651e7
commit
f839689294
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue