[Settings]Bring window to foreground on double click / right click (#31034)

This commit is contained in:
Clint Rutkas
2024-01-22 07:44:39 -08:00
committed by GitHub
parent d7c7711518
commit e95c3b495c

View File

@@ -90,7 +90,9 @@ namespace Microsoft.PowerToys.Settings.UI
if (type != null)
{
settingsWindow.NavigateToSection(type);
}
WindowHelpers.BringToForeground(settingsWindow.GetWindowHandle());
}
if (ensurePageIsSelected)
{