diff --git a/src/modules/Hosts/Hosts/Views/MainPage.xaml.cs b/src/modules/Hosts/Hosts/Views/MainPage.xaml.cs index 2fd1c82725..7ced0fc6e6 100644 --- a/src/modules/Hosts/Hosts/Views/MainPage.xaml.cs +++ b/src/modules/Hosts/Hosts/Views/MainPage.xaml.cs @@ -100,6 +100,7 @@ namespace Hosts.Views flyoutBase.ShowAt(owner, new FlyoutShowOptions { Position = e.GetPosition(owner), + ShowMode = FlyoutShowMode.Transient, // https://github.com/microsoft/PowerToys/issues/21263 }); } }