File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -211,11 +211,6 @@ private void InitializeKeyCommands()
211
211
SpecialKeyState = GlobalHotkey . CheckModifiers ( )
212
212
} ) ;
213
213
214
- if ( hideWindow )
215
- {
216
- Hide ( ) ;
217
- }
218
-
219
214
if ( SelectedIsFromQueryResults ( ) )
220
215
{
221
216
_userSelectedRecord . Add ( result ) ;
@@ -225,6 +220,11 @@ private void InitializeKeyCommands()
225
220
{
226
221
SelectedResults = Results ;
227
222
}
223
+
224
+ if ( hideWindow )
225
+ {
226
+ Hide ( ) ;
227
+ }
228
228
}
229
229
} ) ;
230
230
@@ -772,10 +772,10 @@ public void ToggleFlowLauncher()
772
772
773
773
public void Show ( )
774
774
{
775
- MainWindowVisibility = Visibility . Visible ;
776
-
777
775
SelectedResults = Results ;
778
776
777
+ MainWindowVisibility = Visibility . Visible ;
778
+
779
779
MainWindowVisibilityStatus = true ;
780
780
781
781
MainWindowOpacity = 1 ;
You can’t perform that action at this time.
0 commit comments