From 87bc95766266b9dc637fe1eeade9ade8bcd01e7d Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Fri, 8 May 2020 13:59:49 -0700 Subject: [PATCH] adding in ignore for alt-space (#2799) --- src/modules/launcher/PowerLauncher/MainWindow.xaml.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/launcher/PowerLauncher/MainWindow.xaml.cs b/src/modules/launcher/PowerLauncher/MainWindow.xaml.cs index 8974a35572..35f7445706 100644 --- a/src/modules/launcher/PowerLauncher/MainWindow.xaml.cs +++ b/src/modules/launcher/PowerLauncher/MainWindow.xaml.cs @@ -89,6 +89,8 @@ namespace PowerLauncher private void OnLoaded(object sender, System.Windows.RoutedEventArgs _) { + WindowsInteropHelper.DisableControlBox(this); + InitializePosition(); }