diff --git a/src/modules/launcher/PowerLauncher/MainWindow.xaml b/src/modules/launcher/PowerLauncher/MainWindow.xaml index 764dee2bba..384560c7c9 100644 --- a/src/modules/launcher/PowerLauncher/MainWindow.xaml +++ b/src/modules/launcher/PowerLauncher/MainWindow.xaml @@ -32,9 +32,9 @@ - + diff --git a/src/modules/launcher/PowerLauncher/MainWindow.xaml.cs b/src/modules/launcher/PowerLauncher/MainWindow.xaml.cs index 2fa2699953..69c4d7108f 100644 --- a/src/modules/launcher/PowerLauncher/MainWindow.xaml.cs +++ b/src/modules/launcher/PowerLauncher/MainWindow.xaml.cs @@ -63,7 +63,7 @@ namespace PowerLauncher if (OSVersionHelper.IsWindows11()) { - WindowBackdropType = Wpf.Ui.Controls.WindowBackdropType.Acrylic; + WindowBackdropType = Wpf.Ui.Controls.WindowBackdropType.Mica; } else {