We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug due to this line the oref functionality resistance_lowers_target does not work as it is always false
resistance_lowers_target
false
To Reproduce Steps to reproduce the behavior:
Expected behavior target need to be lower than profile target
Solution case resistanceLowersTarget = "resistance_lowers_target" in preferences.swift (see above)
case resistanceLowersTarget = "resistance_lowers_target"
The text was updated successfully, but these errors were encountered:
Thanks for reporting this and pointing to the solution. Fix proposed in #155 .
Sorry, something went wrong.
No branches or pull requests
Describe the bug
due to this line the oref functionality
resistance_lowers_target
does not work as it is alwaysfalse
To Reproduce
Steps to reproduce the behavior:
Expected behavior
target need to be lower than profile target
Solution
case resistanceLowersTarget = "resistance_lowers_target"
in preferences.swift (see above)The text was updated successfully, but these errors were encountered: