Skip to content

Commit 136acbd

Browse files
committed
Remove useless delay
1 parent e3a1489 commit 136acbd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,8 +1554,6 @@ await Application.Current.Dispatcher.InvokeAsync(() =>
15541554
Win32Helper.RestorePreviousKeyboardLayout();
15551555
}
15561556

1557-
await Task.Delay(50);
1558-
15591557
// Update WPF properties
15601558
//MainWindowOpacity = 0;
15611559
MainWindowVisibilityStatus = false;

0 commit comments

Comments
 (0)