Add Content Dialog owner

This commit is contained in:
DB p 2025-04-15 05:54:46 +09:00
parent f3ff8651e7
commit f839689294

View file

@ -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)
{