Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix vjoy activation condition handling
Previously all vjoy activation conditions would be reset to the default value when the UI was refreshed. This was due to several lines in `VJoyConditionWidget._modify_vjoy` which were intended to reset to a default value if the VJoy input was modified. Unfortunately, `_modify_vjoy` is called every time the UI is reset, thus resetting the condition trigger in addition to the intended effect of updating the selected VJoy input. To avoid the reset, we simply removed the lines that change the activation condition within `_modify_vjoy`.
- Loading branch information