Skip to content

Commit 03ba623

Browse files
authored
Merge pull request #1593 from Flow-Launcher/fixSecondStart
Fix Second Run not trigger the first run window to show up
2 parents b0297d3 + 4d95c1b commit 03ba623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public void Dispose()
183183

184184
public void OnSecondAppStarted()
185185
{
186-
Current.MainWindow.Show();
186+
_mainVM.Show();
187187
}
188188
}
189189
}

0 commit comments

Comments
 (0)