diff --git a/native/atom_window_controller.mm b/native/atom_window_controller.mm index 90bd4af8a..1d9acd5d2 100644 --- a/native/atom_window_controller.mm +++ b/native/atom_window_controller.mm @@ -47,7 +47,7 @@ _resourcePath = [[NSBundle bundleForClass:self.class] resourcePath]; } - if (![self isDevMode]) { + if ([self isDevMode]) { [self displayDevIcon]; }