diff --git a/Tweak/Setup/XENSetupWindow.m b/Tweak/Setup/XENSetupWindow.m index 686a5aa..a372161 100644 --- a/Tweak/Setup/XENSetupWindow.m +++ b/Tweak/Setup/XENSetupWindow.m @@ -55,6 +55,8 @@ +(void)finishSetupMode { shared.backgroundColor = [UIColor clearColor]; + shared.backgroundImageView.hidden = YES; // Obscured by pages now + [UIView animateWithDuration:0.5 animations:^{ shared.rootViewController.view.alpha = 0.0; shared.rootViewController.view.transform = CGAffineTransformMakeScale(2.0, 2.0);