X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/3055b035aa851467097d35d886890f272dc90ee7..9ca04accfdeca9935e89bad1137941cfee16be9b:/ITSplashWindow.m diff --git a/ITSplashWindow.m b/ITSplashWindow.m index 697e99e..a41d7e1 100644 --- a/ITSplashWindow.m +++ b/ITSplashWindow.m @@ -18,4 +18,9 @@ return YES; } +- (BOOL)isKeyWindow +{ + return YES; +} + @end