Add ability to disable clamp automatically when specific program is running
Input executable file name(without extension) and split by \ (as it's not a valid character in file name), it will disable&re-enable automatically when program open/close/move to another monitor. Useful when using some well-color-managemented program like madvr
Update config instead of always overwrite to prevent losing configs
Useful when temporary disconnect monitor and connect later, and useful for some odd monitors like Samsung Neo G8 (has different model between 120Hz mode and 240Hz mode)
Catch exceptions in OnDisplaySettingsChanged to prevent event doesn't work
Occures when switching from sdr to hdr, it will throw exceptions like -104 or "elements in a collection was modified" and this event won't raise anymore,
Send refresh event to desktop to prevent greyed out
It may be a bug that only occurs in multiple monitors configuration. The color is like a gamma with only 1, and require a click/refresh to recovery
Change error -104 to alert and only show once per launch
It's a bit annoying
Add ability to disable clamp automatically when specific program is running
Input executable file name(without extension) and split by \ (as it's not a valid character in file name), it will disable&re-enable automatically when program open/close/move to another monitor. Useful when using some well-color-managemented program like madvrUpdate config instead of always overwrite to prevent losing configs
Useful when temporary disconnect monitor and connect later, and useful for some odd monitors like Samsung Neo G8 (has different model between 120Hz mode and 240Hz mode)Catch exceptions in OnDisplaySettingsChanged to prevent event doesn't work
Occures when switching from sdr to hdr, it will throw exceptions like -104 or "elements in a collection was modified" and this event won't raise anymore,Send refresh event to desktop to prevent greyed out
It may be a bug that only occurs in multiple monitors configuration. The color is like a gamma with only 1, and require a click/refresh to recoveryChange error -104 to alert and only show once per launch
It's a bit annoyingNot much debugging, but it looks okay