How to deal with multiple software using the same profile and prevent them from executing multiple actions #114
flowerdealer
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a profile that turns off HDRwhen certain programs run. Example, the Oculus client and the chrome remote desktop. In my case, opening up new software that uses the profile is not an issue, because HDR is already off.
The problem I have is that the 'close' part of the profile runs whenever any of the programs using the profile close (in this case, reactivating HDR, which I don't want if any of the applications using the profile are still running).
Is there a workaround for this usage case? There should be an option to prevent an application from running a profile if the profile is already activated, or stopping the 'close' action if the profile is still active from another application.
Beta Was this translation helpful? Give feedback.
All reactions