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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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