Swartdogs / PowerScout

Scouting App for FRC Power Up
Apache License 2.0
1 stars 0 forks source link

UI Picker View Needs to have none switched to No attempt #48

Closed MattDaoud225 closed 6 years ago

MattDaoud225 commented 6 years ago

The none option in the climb ui picker must have none switched to No Attempt.

MattDaoud225 commented 6 years ago

I looked through the code and couldn't find where to change that value in the climbing picker view. If someone can look through it and fix it that would be great.

pr1sm commented 6 years ago

As of #39, There's only one location you need to change for this.

The line you'll have to change is here

This last portion of the line has the "None" string, which can be changed to "No Attempt"