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
Is it possible to make treatments always selectable, also if there's no readings or calibrations yet ?
One user here in Belgium wants to use the carbohydrate counter but doesn't have a transmitter.
I think the change to be done is here : https://github.com/SpikeApp/Spike/blob/master/src/ui/screens/display/treatments/TreatmentsList.as#L75 Remove the property canAddTreatments and also the code where assignment is done, and where it's used use value true.
Probably also canSeeTreatments
Sorry I can't compile right now, I couldn't make a pull request
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is it possible to make treatments always selectable, also if there's no readings or calibrations yet ?
One user here in Belgium wants to use the carbohydrate counter but doesn't have a transmitter.
I think the change to be done is here : https://github.com/SpikeApp/Spike/blob/master/src/ui/screens/display/treatments/TreatmentsList.as#L75
Remove the property canAddTreatments and also the code where assignment is done, and where it's used use value true.
Probably also canSeeTreatments
Sorry I can't compile right now, I couldn't make a pull request
The text was updated successfully, but these errors were encountered: