Fix logic mistake

This commit is contained in:
probablycorey
2013-03-05 14:20:34 -08:00
parent 9331b3beed
commit 1b403d2920

View File

@@ -47,7 +47,7 @@
_resourcePath = [[NSBundle bundleForClass:self.class] resourcePath];
}
if (![self isDevMode]) {
if ([self isDevMode]) {
[self displayDevIcon];
}