From 046d587ec5aac92c97c01cfd5dee427c34ebc874 Mon Sep 17 00:00:00 2001 From: Maschell Date: Thu, 26 Jan 2023 13:18:21 +0100 Subject: [PATCH] Allow screenshot when the home menu is not available --- src/function_patcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,