mirror of
https://github.com/wiiu-env/ScreenshotWUPS.git
synced 2024-11-22 06:29:15 +01:00
Allow screenshot when the home menu is not available
This commit is contained in:
parent
aeb9254da7
commit
046d587ec5
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user