Magpie
Magpie copied to clipboard
behaviour when the target application goes into "Not responding" state
Expected behavior 预期的功能
I noticed magpie cancels the upscaling whenever the target app goes into "Not responding". I think it would make more sense to just keep the upscaling while the running application is in "Not responding" state.
Alternative behavior (optional) 近似的功能(可选)
No response
When a window becomes unresponsive, the OS replaces it with a fake window that can be moved and resized, which may be the reason for stopping scaling. We need to investigate how to detect this situation and whether capturing still works in this case.