We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Notepad++, initiate a say all when on battery
Observe that a system can still go to sleep or the screen can still lock
The system should not sleep or lock during say all.
In #11118, the winKernel.ES_DISPLAY_REQUIRED flag was removed from SetThreadExecutionState
winKernel.ES_DISPLAY_REQUIRED
SetThreadExecutionState
Re-enable winKernel.ES_DISPLAY_REQUIRED, but make it opt out using a config flag.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Steps to reproduce:
In Notepad++, initiate a say all when on battery
Actual behavior:
Observe that a system can still go to sleep or the screen can still lock
Expected behavior:
The system should not sleep or lock during say all.
Additional context
In #11118, the
winKernel.ES_DISPLAY_REQUIRED
flag was removed fromSetThreadExecutionState
Proposed fix
Re-enable winKernel.ES_DISPLAY_REQUIRED, but make it opt out using a config flag.
The text was updated successfully, but these errors were encountered: