mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #1593 from Flow-Launcher/fixSecondStart
Fix Second Run not trigger the first run window to show up
This commit is contained in:
commit
03ba62334f
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ namespace Flow.Launcher
|
|||
|
||||
public void OnSecondAppStarted()
|
||||
{
|
||||
Current.MainWindow.Show();
|
||||
_mainVM.Show();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue