Skip to content

Commit 77b8749

Browse files
committed
Revert error change
1 parent a2a4b5a commit 77b8749

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1604,6 +1604,9 @@ public bool ShouldIgnoreHotkeys()
16041604

16051605
public void Show()
16061606
{
1607+
// When application is exiting, we should not show the main window
1608+
if (App.Exiting) return;
1609+
16071610
// When application is exiting, the Application.Current will be null
16081611
Application.Current?.Dispatcher.Invoke(() =>
16091612
{

0 commit comments

Comments
 (0)