We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c939b0 commit bd6ac61Copy full SHA for bd6ac61
Flow.Launcher/ViewModel/MainViewModel.cs
@@ -1376,7 +1376,7 @@ public void SystemWakeUpShow()
1376
{
1377
if (Application.Current.MainWindow is MainWindow mainWindow)
1378
1379
- Win32Helper.DWMSetCloakForWindow(mainWindow, false);
+ Win32Helper.DWMSetCloakForWindow(mainWindow, true);
1380
mainWindow.ClockPanel.Visibility = Visibility.Visible;
1381
SearchIconVisibility = Visibility.Visible;
1382
0 commit comments