diff --git a/src/function_patcher.cpp b/src/function_patcher.cpp index 764f6c7..9f909e6 100644 --- a/src/function_patcher.cpp +++ b/src/function_patcher.cpp @@ -30,7 +30,7 @@ void NotAvailableCallback(NotificationModuleHandle handle, void *context) { void RequestScreenshot() { NotificationModuleStatus err; - if (gBlockScreenshots || !OSIsHomeButtonMenuEnabled()) { + if (gBlockScreenshots) { if (!gNotAvailableNotificationDisplayed) { if ((err = NotificationModule_AddErrorNotificationWithCallback("Screenshots not available at the moment.", NotAvailableCallback,