diff --git a/FBTweak/FBTweakShakeWindow.m b/FBTweak/FBTweakShakeWindow.m index 3f881108..f3fdebb5 100644 --- a/FBTweak/FBTweakShakeWindow.m +++ b/FBTweak/FBTweakShakeWindow.m @@ -89,7 +89,7 @@ - (void)_presentTweaks - (BOOL)_shouldPresentTweaks { #if TARGET_IPHONE_SIMULATOR && FB_TWEAK_ENABLED - return YES; + return _shakeEnabled; #elif FB_TWEAK_ENABLED return _shakeEnabled && _shaking && _active; #else