diff --git a/ApplicationController.m b/ApplicationController.m index 5b559df..0b7a8d4 100644 --- a/ApplicationController.m +++ b/ApplicationController.m @@ -15,6 +15,10 @@ - (ApplicationController*) init { +#ifndef NDEBUG + [NSApp activateIgnoringOtherApps:YES]; +#endif + if([[NSBundle bundleWithPath:@"/System/Library/PrivateFrameworks/QuickLookUI.framework"] load]) NSLog(@"Quick Look loaded!");