diff --git a/native/atom_window_controller.mm b/native/atom_window_controller.mm index 8a973803d..cd53914bd 100644 --- a/native/atom_window_controller.mm +++ b/native/atom_window_controller.mm @@ -19,7 +19,7 @@ _bootstrapScript = [bootstrapScript retain]; if (!background) { - [self.window makeKey:self]; + [self showWindow:self]; } return self;