mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-16 23:51:28 +00:00
NEW: option to define if the reporting window should stay on top
This commit is contained in:
@@ -154,7 +154,8 @@ AppController *SharedAppControllerInstance = nil;
|
||||
kDefaultAutoOpenXcodeProject: @YES,
|
||||
kDefaultUseSymlinkWhenCreatingProject: @YES,
|
||||
kDefaultXCCUseDebugFrameworkWithObjj: @YES,
|
||||
kDefaultXCCShouldProcessObjj: @YES
|
||||
kDefaultXCCShouldProcessObjj: @YES,
|
||||
kDefaultXCCPanelStyleUtility: @NO
|
||||
};
|
||||
|
||||
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
|
||||
|
||||
Reference in New Issue
Block a user