screen_capture_lite icon indicating copy to clipboard operation
screen_capture_lite copied to clipboard

Handling display change events.

Open xtremekratos opened this issue 3 years ago • 1 comments

Is there any better way for handling of display changes, such as adding/removing a display or changing the resolution of a display, without restarting the capture on all the displays.

xtremekratos avatar Nov 10 '22 09:11 xtremekratos

No, If you want to give it a shot, and do a PR thats awesome!

The reason is that, for the 99% usecase, things wont change and when they do, the cost of restarting is perfectly acceptable. For the above reason i didnt implement a more dynamic solution. But, like I said if you wana try writing the code; I Love PR's

smasherprog avatar Nov 11 '22 15:11 smasherprog