mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
Fix logic mistake
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
_resourcePath = [[NSBundle bundleForClass:self.class] resourcePath];
|
||||
}
|
||||
|
||||
if (![self isDevMode]) {
|
||||
if ([self isDevMode]) {
|
||||
[self displayDevIcon];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user