diff --git a/src/modules/peek/Peek.UI/PeekXAML/MainWindow.xaml.cs b/src/modules/peek/Peek.UI/PeekXAML/MainWindow.xaml.cs index 3ac494b652..7295dd1dcc 100644 --- a/src/modules/peek/Peek.UI/PeekXAML/MainWindow.xaml.cs +++ b/src/modules/peek/Peek.UI/PeekXAML/MainWindow.xaml.cs @@ -73,6 +73,7 @@ namespace Peek.UI if (IsNewSingleSelectedItem(foregroundWindowHandle)) { Initialize(foregroundWindowHandle); + Activate(); // Brings existing window into focus in case it was previously minimized } else {