adding in ignore for alt-space (#2799)

This commit is contained in:
Clint Rutkas
2020-05-08 13:59:49 -07:00
committed by GitHub
parent 15e93d6304
commit 87bc957662

View File

@@ -89,6 +89,8 @@ namespace PowerLauncher
private void OnLoaded(object sender, System.Windows.RoutedEventArgs _)
{
WindowsInteropHelper.DisableControlBox(this);
InitializePosition();
}