File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -310,11 +310,6 @@ export class Launcher extends search.Search {
310
310
const mon_area = ext . monitor_area ( active_monitor )
311
311
const mon_width = mon_area ? mon_area . width : mon_work_area . width
312
312
313
- super . cleanup ( )
314
-
315
- this . start_services ( )
316
- this . search ( '' )
317
-
318
313
super . _open ( global . get_current_time ( ) , false )
319
314
320
315
if ( ! this . dialog . visible ) {
@@ -324,6 +319,10 @@ export class Launcher extends search.Search {
324
319
return
325
320
}
326
321
322
+ super . cleanup ( )
323
+ this . start_services ( )
324
+ this . search ( '' )
325
+
327
326
this . dialog . dialogLayout . x = ( mon_width / 2 ) - ( this . dialog . dialogLayout . width / 2 )
328
327
329
328
let height = mon_work_area . height >= 900 ? mon_work_area . height / 2 : mon_work_area . height / 3.5
You can’t perform that action at this time.
0 commit comments