Fixed: kDefaultXCCAutoShowNotificationOnCappLint is set to NO

This commit is contained in:
Alexandre Wilhelm
2014-05-12 16:11:07 -07:00
parent 804927f893
commit 57c2613d37
+1 -1
View File
@@ -147,7 +147,7 @@ AppController *SharedAppControllerInstance = nil;
kDefaultXCCAutoOpenErrorsPanelOnErrors: @YES,
kDefaultXCCAutoOpenErrorsPanelOnCappLint: @YES,
kDefaultXCCAutoShowNotificationOnErrors: @YES,
kDefaultXCCAutoShowNotificationOnCappLint: @NO,
kDefaultXCCAutoShowNotificationOnCappLint: @YES,
kDefaultXCCProjectHistory: [NSArray new],
kDefaultMaxRecentProjects: @20,
kDefaultLogLevel: [NSNumber numberWithInt:LOG_LEVEL_WARN],