SplashScreen is always key now, to keep the progressbar blue.
[ITKit.git] / ITSplashWindow.m
index 697e99e..a41d7e1 100644 (file)
@@ -18,4 +18,9 @@
        return YES;
 }
 
+- (BOOL)isKeyWindow
+{
+       return YES;
+}
+
 @end