mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
[Settings]Fix minor issues in showing shortcuts in Flyout and Dashboard (#31754)
This commit is contained in:
committed by
GitHub
parent
a36e119204
commit
c41c9b6107
@@ -80,13 +80,14 @@ namespace Microsoft.PowerToys.Settings.UI
|
||||
|
||||
this.MoveAndResize(newPosition.X, newPosition.Y, WindowWidth, WindowHeight);
|
||||
}
|
||||
|
||||
FlyoutShellPage.SwitchToLaunchPage();
|
||||
}
|
||||
|
||||
if (args.WindowActivationState == Microsoft.UI.Xaml.WindowActivationState.Deactivated)
|
||||
{
|
||||
if (ViewModel.CanHide)
|
||||
{
|
||||
FlyoutShellPage.SwitchToLaunchPage();
|
||||
this.Hide();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user