Skip to content

Commit b40c1f8

Browse files
committed
Reselect to Main Query window when show up
1 parent 16e032e commit b40c1f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,8 @@ public void Show()
774774
{
775775
MainWindowVisibility = Visibility.Visible;
776776

777+
SelectedResults = Results;
778+
777779
MainWindowVisibilityStatus = true;
778780

779781
MainWindowOpacity = 1;

0 commit comments

Comments
 (0)