Skip to content

Commit bd6ac61

Browse files
committed
Fix blink window issue
1 parent 9c939b0 commit bd6ac61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ public void SystemWakeUpShow()
13761376
{
13771377
if (Application.Current.MainWindow is MainWindow mainWindow)
13781378
{
1379-
Win32Helper.DWMSetCloakForWindow(mainWindow, false);
1379+
Win32Helper.DWMSetCloakForWindow(mainWindow, true);
13801380
mainWindow.ClockPanel.Visibility = Visibility.Visible;
13811381
SearchIconVisibility = Visibility.Visible;
13821382

0 commit comments

Comments
 (0)